openapi: 3.1.0 info: title: Microsoft Graph Functions description: Needs a description. paths: /applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/functions(): description: Provides operations to call the functions method. get: tags: - Applications.synchronization summary: Microsoft Graph Invoke function functions description: >- List all the functions currently supported in the attributeMappingSource. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-1.0 operationId: >- applications.application.synchronization.jobs.synchronizationJob.schema.functions 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 attributeMappingFunctionSchema type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: >- #/components/schemas/microsoft.graph.attributeMappingFunctionSchema 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: application-id in: path description: The unique identifier of application required: true schema: type: string x-ms-docs-key-type: application - name: synchronizationJob-id in: path description: The unique identifier of synchronizationJob required: true schema: type: string x-ms-docs-key-type: synchronizationJob x-ms-docs-grouped-path: - >- /applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/functions() /applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/functions(): description: Provides operations to call the functions method. get: tags: - Applications.synchronization summary: Microsoft Graph Invoke function functions description: >- List all the functions currently supported in the attributeMappingSource. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-1.0 operationId: >- applications.application.synchronization.templates.synchronizationTemplate.schema.functions 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 attributeMappingFunctionSchema type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: >- #/components/schemas/microsoft.graph.attributeMappingFunctionSchema 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: application-id in: path description: The unique identifier of application required: true schema: type: string x-ms-docs-key-type: application - name: synchronizationTemplate-id in: path description: The unique identifier of synchronizationTemplate required: true schema: type: string x-ms-docs-key-type: synchronizationTemplate x-ms-docs-grouped-path: - >- /applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/functions() /drives/{drive-id}/items/{driveItem-id}/workbook/functions: description: >- Provides operations to manage the functions property of the microsoft.graph.workbook entity. get: tags: - drives.driveItem summary: Microsoft Graph Get functions from drives operationId: drives.items.workbook.GetFunctions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookFunctions' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Microsoft Graph Update the navigation property functions in drives operationId: drives.items.workbook.UpdateFunctions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookFunctions' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookFunctions' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Microsoft Graph Delete navigation property functions for drives operationId: drives.items.workbook.DeleteFunctions 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/abs: description: Provides operations to call the abs method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action abs operationId: drives.drive.items.driveItem.workbook.functions.abs requestBody: description: Action parameters content: application/json: schema: type: object properties: number: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/accrInt: description: Provides operations to call the accrInt method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action accrInt operationId: drives.drive.items.driveItem.workbook.functions.accrInt requestBody: description: Action parameters content: application/json: schema: type: object properties: issue: {} firstInterest: {} settlement: {} rate: {} par: {} frequency: {} basis: {} calcMethod: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/accrIntM: description: Provides operations to call the accrIntM method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action accrIntM operationId: drives.drive.items.driveItem.workbook.functions.accrIntM requestBody: description: Action parameters content: application/json: schema: type: object properties: issue: {} settlement: {} rate: {} par: {} basis: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/acos: description: Provides operations to call the acos method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action acos operationId: drives.drive.items.driveItem.workbook.functions.acos requestBody: description: Action parameters content: application/json: schema: type: object properties: number: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/acosh: description: Provides operations to call the acosh method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action acosh operationId: drives.drive.items.driveItem.workbook.functions.acosh requestBody: description: Action parameters content: application/json: schema: type: object properties: number: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/acot: description: Provides operations to call the acot method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action acot operationId: drives.drive.items.driveItem.workbook.functions.acot requestBody: description: Action parameters content: application/json: schema: type: object properties: number: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/acoth: description: Provides operations to call the acoth method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action acoth operationId: drives.drive.items.driveItem.workbook.functions.acoth requestBody: description: Action parameters content: application/json: schema: type: object properties: number: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/amorDegrc: description: Provides operations to call the amorDegrc method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action amorDegrc operationId: drives.drive.items.driveItem.workbook.functions.amorDegrc requestBody: description: Action parameters content: application/json: schema: type: object properties: cost: {} datePurchased: {} firstPeriod: {} salvage: {} period: {} rate: {} basis: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/amorLinc: description: Provides operations to call the amorLinc method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action amorLinc operationId: drives.drive.items.driveItem.workbook.functions.amorLinc requestBody: description: Action parameters content: application/json: schema: type: object properties: cost: {} datePurchased: {} firstPeriod: {} salvage: {} period: {} rate: {} basis: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/and: description: Provides operations to call the and method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action and operationId: drives.drive.items.driveItem.workbook.functions.and requestBody: description: Action parameters content: application/json: schema: type: object properties: values: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/arabic: description: Provides operations to call the arabic method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action arabic operationId: drives.drive.items.driveItem.workbook.functions.arabic requestBody: description: Action parameters content: application/json: schema: type: object properties: text: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/areas: description: Provides operations to call the areas method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action areas operationId: drives.drive.items.driveItem.workbook.functions.areas requestBody: description: Action parameters content: application/json: schema: type: object properties: reference: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/asc: description: Provides operations to call the asc method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action asc operationId: drives.drive.items.driveItem.workbook.functions.asc requestBody: description: Action parameters content: application/json: schema: type: object properties: text: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/asin: description: Provides operations to call the asin method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action asin operationId: drives.drive.items.driveItem.workbook.functions.asin requestBody: description: Action parameters content: application/json: schema: type: object properties: number: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/asinh: description: Provides operations to call the asinh method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action asinh operationId: drives.drive.items.driveItem.workbook.functions.asinh requestBody: description: Action parameters content: application/json: schema: type: object properties: number: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/atan: description: Provides operations to call the atan method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action atan operationId: drives.drive.items.driveItem.workbook.functions.atan requestBody: description: Action parameters content: application/json: schema: type: object properties: number: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/atan2: description: Provides operations to call the atan2 method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action atan2 operationId: drives.drive.items.driveItem.workbook.functions.atan2 requestBody: description: Action parameters content: application/json: schema: type: object properties: xNum: {} yNum: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/atanh: description: Provides operations to call the atanh method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action atanh operationId: drives.drive.items.driveItem.workbook.functions.atanh requestBody: description: Action parameters content: application/json: schema: type: object properties: number: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/aveDev: description: Provides operations to call the aveDev method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action aveDev operationId: drives.drive.items.driveItem.workbook.functions.aveDev requestBody: description: Action parameters content: application/json: schema: type: object properties: values: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/average: description: Provides operations to call the average method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action average operationId: drives.drive.items.driveItem.workbook.functions.average requestBody: description: Action parameters content: application/json: schema: type: object properties: values: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/averageA: description: Provides operations to call the averageA method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action averageA operationId: drives.drive.items.driveItem.workbook.functions.averageA requestBody: description: Action parameters content: application/json: schema: type: object properties: values: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/averageIf: description: Provides operations to call the averageIf method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action averageIf operationId: drives.drive.items.driveItem.workbook.functions.averageIf requestBody: description: Action parameters content: application/json: schema: type: object properties: range: {} criteria: {} averageRange: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/averageIfs: description: Provides operations to call the averageIfs method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action averageIfs operationId: drives.drive.items.driveItem.workbook.functions.averageIfs requestBody: description: Action parameters content: application/json: schema: type: object properties: averageRange: {} values: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/bahtText: description: Provides operations to call the bahtText method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action bahtText operationId: drives.drive.items.driveItem.workbook.functions.bahtText requestBody: description: Action parameters content: application/json: schema: type: object properties: number: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/base: description: Provides operations to call the base method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action base operationId: drives.drive.items.driveItem.workbook.functions.base requestBody: description: Action parameters content: application/json: schema: type: object properties: number: {} radix: {} minLength: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/besselI: description: Provides operations to call the besselI method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action besselI operationId: drives.drive.items.driveItem.workbook.functions.besselI requestBody: description: Action parameters content: application/json: schema: type: object properties: x: {} 'n': {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/besselJ: description: Provides operations to call the besselJ method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action besselJ operationId: drives.drive.items.driveItem.workbook.functions.besselJ requestBody: description: Action parameters content: application/json: schema: type: object properties: x: {} 'n': {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/besselK: description: Provides operations to call the besselK method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action besselK operationId: drives.drive.items.driveItem.workbook.functions.besselK requestBody: description: Action parameters content: application/json: schema: type: object properties: x: {} 'n': {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/besselY: description: Provides operations to call the besselY method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action besselY operationId: drives.drive.items.driveItem.workbook.functions.besselY requestBody: description: Action parameters content: application/json: schema: type: object properties: x: {} 'n': {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/beta_Dist: description: Provides operations to call the beta_Dist method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action beta_Dist operationId: drives.drive.items.driveItem.workbook.functions.beta_Dist requestBody: description: Action parameters content: application/json: schema: type: object properties: x: {} alpha: {} beta: {} cumulative: {} A: {} B: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/beta_Inv: description: Provides operations to call the beta_Inv method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action beta_Inv operationId: drives.drive.items.driveItem.workbook.functions.beta_Inv requestBody: description: Action parameters content: application/json: schema: type: object properties: probability: {} alpha: {} beta: {} A: {} B: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/bin2Dec: description: Provides operations to call the bin2Dec method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action bin2Dec operationId: drives.drive.items.driveItem.workbook.functions.bin2Dec requestBody: description: Action parameters content: application/json: schema: type: object properties: number: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/bin2Hex: description: Provides operations to call the bin2Hex method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action bin2Hex operationId: drives.drive.items.driveItem.workbook.functions.bin2Hex requestBody: description: Action parameters content: application/json: schema: type: object properties: number: {} places: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/bin2Oct: description: Provides operations to call the bin2Oct method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action bin2Oct operationId: drives.drive.items.driveItem.workbook.functions.bin2Oct requestBody: description: Action parameters content: application/json: schema: type: object properties: number: {} places: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/binom_Dist: description: Provides operations to call the binom_Dist method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action binom_Dist operationId: drives.drive.items.driveItem.workbook.functions.binom_Dist requestBody: description: Action parameters content: application/json: schema: type: object properties: numberS: {} trials: {} probabilityS: {} cumulative: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/binom_Dist_Range: description: Provides operations to call the binom_Dist_Range method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action binom_Dist_Range operationId: drives.drive.items.driveItem.workbook.functions.binom_Dist_Range requestBody: description: Action parameters content: application/json: schema: type: object properties: trials: {} probabilityS: {} numberS: {} numberS2: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/binom_Inv: description: Provides operations to call the binom_Inv method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action binom_Inv operationId: drives.drive.items.driveItem.workbook.functions.binom_Inv requestBody: description: Action parameters content: application/json: schema: type: object properties: trials: {} probabilityS: {} alpha: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/bitand: description: Provides operations to call the bitand method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action bitand operationId: drives.drive.items.driveItem.workbook.functions.bitand requestBody: description: Action parameters content: application/json: schema: type: object properties: number1: {} number2: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/bitlshift: description: Provides operations to call the bitlshift method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action bitlshift operationId: drives.drive.items.driveItem.workbook.functions.bitlshift requestBody: description: Action parameters content: application/json: schema: type: object properties: number: {} shiftAmount: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/bitor: description: Provides operations to call the bitor method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action bitor operationId: drives.drive.items.driveItem.workbook.functions.bitor requestBody: description: Action parameters content: application/json: schema: type: object properties: number1: {} number2: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/bitrshift: description: Provides operations to call the bitrshift method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action bitrshift operationId: drives.drive.items.driveItem.workbook.functions.bitrshift requestBody: description: Action parameters content: application/json: schema: type: object properties: number: {} shiftAmount: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/bitxor: description: Provides operations to call the bitxor method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action bitxor operationId: drives.drive.items.driveItem.workbook.functions.bitxor requestBody: description: Action parameters content: application/json: schema: type: object properties: number1: {} number2: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/ceiling_Math: description: Provides operations to call the ceiling_Math method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action ceiling_Math operationId: drives.drive.items.driveItem.workbook.functions.ceiling_Math requestBody: description: Action parameters content: application/json: schema: type: object properties: number: {} significance: {} mode: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/ceiling_Precise: description: Provides operations to call the ceiling_Precise method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action ceiling_Precise operationId: drives.drive.items.driveItem.workbook.functions.ceiling_Precise requestBody: description: Action parameters content: application/json: schema: type: object properties: number: {} significance: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/char: description: Provides operations to call the char method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action char operationId: drives.drive.items.driveItem.workbook.functions.char requestBody: description: Action parameters content: application/json: schema: type: object properties: number: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/chiSq_Dist: description: Provides operations to call the chiSq_Dist method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action chiSq_Dist operationId: drives.drive.items.driveItem.workbook.functions.chiSq_Dist requestBody: description: Action parameters content: application/json: schema: type: object properties: x: {} degFreedom: {} cumulative: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/chiSq_Dist_RT: description: Provides operations to call the chiSq_Dist_RT method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action chiSq_Dist_RT operationId: drives.drive.items.driveItem.workbook.functions.chiSq_Dist_RT requestBody: description: Action parameters content: application/json: schema: type: object properties: x: {} degFreedom: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/chiSq_Inv: description: Provides operations to call the chiSq_Inv method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action chiSq_Inv operationId: drives.drive.items.driveItem.workbook.functions.chiSq_Inv requestBody: description: Action parameters content: application/json: schema: type: object properties: probability: {} degFreedom: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/chiSq_Inv_RT: description: Provides operations to call the chiSq_Inv_RT method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action chiSq_Inv_RT operationId: drives.drive.items.driveItem.workbook.functions.chiSq_Inv_RT requestBody: description: Action parameters content: application/json: schema: type: object properties: probability: {} degFreedom: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/choose: description: Provides operations to call the choose method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action choose operationId: drives.drive.items.driveItem.workbook.functions.choose requestBody: description: Action parameters content: application/json: schema: type: object properties: indexNum: {} values: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/clean: description: Provides operations to call the clean method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action clean operationId: drives.drive.items.driveItem.workbook.functions.clean requestBody: description: Action parameters content: application/json: schema: type: object properties: text: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/code: description: Provides operations to call the code method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action code operationId: drives.drive.items.driveItem.workbook.functions.code requestBody: description: Action parameters content: application/json: schema: type: object properties: text: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/columns: description: Provides operations to call the columns method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action columns operationId: drives.drive.items.driveItem.workbook.functions.columns requestBody: description: Action parameters content: application/json: schema: type: object properties: array: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/combin: description: Provides operations to call the combin method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action combin operationId: drives.drive.items.driveItem.workbook.functions.combin requestBody: description: Action parameters content: application/json: schema: type: object properties: number: {} numberChosen: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/combina: description: Provides operations to call the combina method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action combina operationId: drives.drive.items.driveItem.workbook.functions.combina requestBody: description: Action parameters content: application/json: schema: type: object properties: number: {} numberChosen: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/complex: description: Provides operations to call the complex method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action complex operationId: drives.drive.items.driveItem.workbook.functions.complex requestBody: description: Action parameters content: application/json: schema: type: object properties: realNum: {} iNum: {} suffix: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/concatenate: description: Provides operations to call the concatenate method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action concatenate operationId: drives.drive.items.driveItem.workbook.functions.concatenate requestBody: description: Action parameters content: application/json: schema: type: object properties: values: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/confidence_Norm: description: Provides operations to call the confidence_Norm method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action confidence_Norm operationId: drives.drive.items.driveItem.workbook.functions.confidence_Norm requestBody: description: Action parameters content: application/json: schema: type: object properties: alpha: {} standardDev: {} size: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/confidence_T: description: Provides operations to call the confidence_T method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action confidence_T operationId: drives.drive.items.driveItem.workbook.functions.confidence_T requestBody: description: Action parameters content: application/json: schema: type: object properties: alpha: {} standardDev: {} size: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/convert: description: Provides operations to call the convert method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action convert operationId: drives.drive.items.driveItem.workbook.functions.convert requestBody: description: Action parameters content: application/json: schema: type: object properties: number: {} fromUnit: {} toUnit: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/cos: description: Provides operations to call the cos method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action cos operationId: drives.drive.items.driveItem.workbook.functions.cos requestBody: description: Action parameters content: application/json: schema: type: object properties: number: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/cosh: description: Provides operations to call the cosh method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action cosh operationId: drives.drive.items.driveItem.workbook.functions.cosh requestBody: description: Action parameters content: application/json: schema: type: object properties: number: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/cot: description: Provides operations to call the cot method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action cot operationId: drives.drive.items.driveItem.workbook.functions.cot requestBody: description: Action parameters content: application/json: schema: type: object properties: number: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/coth: description: Provides operations to call the coth method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action coth operationId: drives.drive.items.driveItem.workbook.functions.coth requestBody: description: Action parameters content: application/json: schema: type: object properties: number: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/count: description: Provides operations to call the count method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action count operationId: drives.drive.items.driveItem.workbook.functions.count requestBody: description: Action parameters content: application/json: schema: type: object properties: values: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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/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/functions/countA: description: Provides operations to call the countA method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action countA operationId: drives.drive.items.driveItem.workbook.functions.countA requestBody: description: Action parameters content: application/json: schema: type: object properties: values: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/countBlank: description: Provides operations to call the countBlank method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action countBlank operationId: drives.drive.items.driveItem.workbook.functions.countBlank requestBody: description: Action parameters content: application/json: schema: type: object properties: range: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/countIf: description: Provides operations to call the countIf method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action countIf operationId: drives.drive.items.driveItem.workbook.functions.countIf requestBody: description: Action parameters content: application/json: schema: type: object properties: range: {} criteria: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/countIfs: description: Provides operations to call the countIfs method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action countIfs operationId: drives.drive.items.driveItem.workbook.functions.countIfs requestBody: description: Action parameters content: application/json: schema: type: object properties: values: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/coupDayBs: description: Provides operations to call the coupDayBs method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action coupDayBs operationId: drives.drive.items.driveItem.workbook.functions.coupDayBs requestBody: description: Action parameters content: application/json: schema: type: object properties: settlement: {} maturity: {} frequency: {} basis: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/coupDays: description: Provides operations to call the coupDays method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action coupDays operationId: drives.drive.items.driveItem.workbook.functions.coupDays requestBody: description: Action parameters content: application/json: schema: type: object properties: settlement: {} maturity: {} frequency: {} basis: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/coupDaysNc: description: Provides operations to call the coupDaysNc method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action coupDaysNc operationId: drives.drive.items.driveItem.workbook.functions.coupDaysNc requestBody: description: Action parameters content: application/json: schema: type: object properties: settlement: {} maturity: {} frequency: {} basis: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/coupNcd: description: Provides operations to call the coupNcd method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action coupNcd operationId: drives.drive.items.driveItem.workbook.functions.coupNcd requestBody: description: Action parameters content: application/json: schema: type: object properties: settlement: {} maturity: {} frequency: {} basis: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/coupNum: description: Provides operations to call the coupNum method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action coupNum operationId: drives.drive.items.driveItem.workbook.functions.coupNum requestBody: description: Action parameters content: application/json: schema: type: object properties: settlement: {} maturity: {} frequency: {} basis: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/coupPcd: description: Provides operations to call the coupPcd method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action coupPcd operationId: drives.drive.items.driveItem.workbook.functions.coupPcd requestBody: description: Action parameters content: application/json: schema: type: object properties: settlement: {} maturity: {} frequency: {} basis: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/csc: description: Provides operations to call the csc method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action csc operationId: drives.drive.items.driveItem.workbook.functions.csc requestBody: description: Action parameters content: application/json: schema: type: object properties: number: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/csch: description: Provides operations to call the csch method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action csch operationId: drives.drive.items.driveItem.workbook.functions.csch requestBody: description: Action parameters content: application/json: schema: type: object properties: number: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/cumIPmt: description: Provides operations to call the cumIPmt method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action cumIPmt operationId: drives.drive.items.driveItem.workbook.functions.cumIPmt requestBody: description: Action parameters content: application/json: schema: type: object properties: rate: {} nper: {} pv: {} startPeriod: {} endPeriod: {} type: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/cumPrinc: description: Provides operations to call the cumPrinc method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action cumPrinc operationId: drives.drive.items.driveItem.workbook.functions.cumPrinc requestBody: description: Action parameters content: application/json: schema: type: object properties: rate: {} nper: {} pv: {} startPeriod: {} endPeriod: {} type: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/date: description: Provides operations to call the date method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action date operationId: drives.drive.items.driveItem.workbook.functions.date requestBody: description: Action parameters content: application/json: schema: type: object properties: year: {} month: {} day: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/datevalue: description: Provides operations to call the datevalue method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action datevalue operationId: drives.drive.items.driveItem.workbook.functions.datevalue requestBody: description: Action parameters content: application/json: schema: type: object properties: dateText: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/daverage: description: Provides operations to call the daverage method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action daverage operationId: drives.drive.items.driveItem.workbook.functions.daverage requestBody: description: Action parameters content: application/json: schema: type: object properties: database: {} field: {} criteria: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/day: description: Provides operations to call the day method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action day operationId: drives.drive.items.driveItem.workbook.functions.day requestBody: description: Action parameters content: application/json: schema: type: object properties: serialNumber: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/days: description: Provides operations to call the days method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action days operationId: drives.drive.items.driveItem.workbook.functions.days requestBody: description: Action parameters content: application/json: schema: type: object properties: endDate: {} startDate: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/days360: description: Provides operations to call the days360 method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action days360 operationId: drives.drive.items.driveItem.workbook.functions.days360 requestBody: description: Action parameters content: application/json: schema: type: object properties: startDate: {} endDate: {} method: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/db: description: Provides operations to call the db method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action db operationId: drives.drive.items.driveItem.workbook.functions.db requestBody: description: Action parameters content: application/json: schema: type: object properties: cost: {} salvage: {} life: {} period: {} month: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/dbcs: description: Provides operations to call the dbcs method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action dbcs operationId: drives.drive.items.driveItem.workbook.functions.dbcs requestBody: description: Action parameters content: application/json: schema: type: object properties: text: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/dcount: description: Provides operations to call the dcount method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action dcount operationId: drives.drive.items.driveItem.workbook.functions.dcount requestBody: description: Action parameters content: application/json: schema: type: object properties: database: {} field: {} criteria: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/dcountA: description: Provides operations to call the dcountA method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action dcountA operationId: drives.drive.items.driveItem.workbook.functions.dcountA requestBody: description: Action parameters content: application/json: schema: type: object properties: database: {} field: {} criteria: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/ddb: description: Provides operations to call the ddb method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action ddb operationId: drives.drive.items.driveItem.workbook.functions.ddb requestBody: description: Action parameters content: application/json: schema: type: object properties: cost: {} salvage: {} life: {} period: {} factor: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/dec2Bin: description: Provides operations to call the dec2Bin method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action dec2Bin operationId: drives.drive.items.driveItem.workbook.functions.dec2Bin requestBody: description: Action parameters content: application/json: schema: type: object properties: number: {} places: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/dec2Hex: description: Provides operations to call the dec2Hex method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action dec2Hex operationId: drives.drive.items.driveItem.workbook.functions.dec2Hex requestBody: description: Action parameters content: application/json: schema: type: object properties: number: {} places: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/dec2Oct: description: Provides operations to call the dec2Oct method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action dec2Oct operationId: drives.drive.items.driveItem.workbook.functions.dec2Oct requestBody: description: Action parameters content: application/json: schema: type: object properties: number: {} places: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/decimal: description: Provides operations to call the decimal method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action decimal operationId: drives.drive.items.driveItem.workbook.functions.decimal requestBody: description: Action parameters content: application/json: schema: type: object properties: number: {} radix: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/degrees: description: Provides operations to call the degrees method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action degrees operationId: drives.drive.items.driveItem.workbook.functions.degrees requestBody: description: Action parameters content: application/json: schema: type: object properties: angle: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/delta: description: Provides operations to call the delta method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action delta operationId: drives.drive.items.driveItem.workbook.functions.delta requestBody: description: Action parameters content: application/json: schema: type: object properties: number1: {} number2: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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}/delta() - /drives/{drive-id}/items/{driveItem-id}/delta(token='{token}') - /drives/{drive-id}/list/items/delta() - /drives/{drive-id}/list/items/delta(token='{token}') /drives/{drive-id}/items/{driveItem-id}/workbook/functions/devSq: description: Provides operations to call the devSq method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action devSq operationId: drives.drive.items.driveItem.workbook.functions.devSq requestBody: description: Action parameters content: application/json: schema: type: object properties: values: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/dget: description: Provides operations to call the dget method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action dget operationId: drives.drive.items.driveItem.workbook.functions.dget requestBody: description: Action parameters content: application/json: schema: type: object properties: database: {} field: {} criteria: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/disc: description: Provides operations to call the disc method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action disc operationId: drives.drive.items.driveItem.workbook.functions.disc requestBody: description: Action parameters content: application/json: schema: type: object properties: settlement: {} maturity: {} pr: {} redemption: {} basis: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/dmax: description: Provides operations to call the dmax method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action dmax operationId: drives.drive.items.driveItem.workbook.functions.dmax requestBody: description: Action parameters content: application/json: schema: type: object properties: database: {} field: {} criteria: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/dmin: description: Provides operations to call the dmin method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action dmin operationId: drives.drive.items.driveItem.workbook.functions.dmin requestBody: description: Action parameters content: application/json: schema: type: object properties: database: {} field: {} criteria: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/dollar: description: Provides operations to call the dollar method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action dollar operationId: drives.drive.items.driveItem.workbook.functions.dollar requestBody: description: Action parameters content: application/json: schema: type: object properties: number: {} decimals: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/dollarDe: description: Provides operations to call the dollarDe method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action dollarDe operationId: drives.drive.items.driveItem.workbook.functions.dollarDe requestBody: description: Action parameters content: application/json: schema: type: object properties: fractionalDollar: {} fraction: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/dollarFr: description: Provides operations to call the dollarFr method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action dollarFr operationId: drives.drive.items.driveItem.workbook.functions.dollarFr requestBody: description: Action parameters content: application/json: schema: type: object properties: decimalDollar: {} fraction: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/dproduct: description: Provides operations to call the dproduct method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action dproduct operationId: drives.drive.items.driveItem.workbook.functions.dproduct requestBody: description: Action parameters content: application/json: schema: type: object properties: database: {} field: {} criteria: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/dstDev: description: Provides operations to call the dstDev method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action dstDev operationId: drives.drive.items.driveItem.workbook.functions.dstDev requestBody: description: Action parameters content: application/json: schema: type: object properties: database: {} field: {} criteria: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/dstDevP: description: Provides operations to call the dstDevP method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action dstDevP operationId: drives.drive.items.driveItem.workbook.functions.dstDevP requestBody: description: Action parameters content: application/json: schema: type: object properties: database: {} field: {} criteria: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/dsum: description: Provides operations to call the dsum method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action dsum operationId: drives.drive.items.driveItem.workbook.functions.dsum requestBody: description: Action parameters content: application/json: schema: type: object properties: database: {} field: {} criteria: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/duration: description: Provides operations to call the duration method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action duration operationId: drives.drive.items.driveItem.workbook.functions.duration requestBody: description: Action parameters content: application/json: schema: type: object properties: settlement: {} maturity: {} coupon: {} yld: {} frequency: {} basis: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/dvar: description: Provides operations to call the dvar method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action dvar operationId: drives.drive.items.driveItem.workbook.functions.dvar requestBody: description: Action parameters content: application/json: schema: type: object properties: database: {} field: {} criteria: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/dvarP: description: Provides operations to call the dvarP method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action dvarP operationId: drives.drive.items.driveItem.workbook.functions.dvarP requestBody: description: Action parameters content: application/json: schema: type: object properties: database: {} field: {} criteria: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/ecma_Ceiling: description: Provides operations to call the ecma_Ceiling method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action ecma_Ceiling operationId: drives.drive.items.driveItem.workbook.functions.ecma_Ceiling requestBody: description: Action parameters content: application/json: schema: type: object properties: number: {} significance: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/edate: description: Provides operations to call the edate method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action edate operationId: drives.drive.items.driveItem.workbook.functions.edate requestBody: description: Action parameters content: application/json: schema: type: object properties: startDate: {} months: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/effect: description: Provides operations to call the effect method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action effect operationId: drives.drive.items.driveItem.workbook.functions.effect requestBody: description: Action parameters content: application/json: schema: type: object properties: nominalRate: {} npery: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/eoMonth: description: Provides operations to call the eoMonth method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action eoMonth operationId: drives.drive.items.driveItem.workbook.functions.eoMonth requestBody: description: Action parameters content: application/json: schema: type: object properties: startDate: {} months: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/erf: description: Provides operations to call the erf method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action erf operationId: drives.drive.items.driveItem.workbook.functions.erf requestBody: description: Action parameters content: application/json: schema: type: object properties: lowerLimit: {} upperLimit: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/erf_Precise: description: Provides operations to call the erf_Precise method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action erf_Precise operationId: drives.drive.items.driveItem.workbook.functions.erf_Precise requestBody: description: Action parameters content: application/json: schema: type: object properties: X: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/erfC: description: Provides operations to call the erfC method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action erfC operationId: drives.drive.items.driveItem.workbook.functions.erfC requestBody: description: Action parameters content: application/json: schema: type: object properties: x: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/erfC_Precise: description: Provides operations to call the erfC_Precise method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action erfC_Precise operationId: drives.drive.items.driveItem.workbook.functions.erfC_Precise requestBody: description: Action parameters content: application/json: schema: type: object properties: X: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/error_Type: description: Provides operations to call the error_Type method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action error_Type operationId: drives.drive.items.driveItem.workbook.functions.error_Type requestBody: description: Action parameters content: application/json: schema: type: object properties: errorVal: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/even: description: Provides operations to call the even method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action even operationId: drives.drive.items.driveItem.workbook.functions.even requestBody: description: Action parameters content: application/json: schema: type: object properties: number: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/exact: description: Provides operations to call the exact method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action exact operationId: drives.drive.items.driveItem.workbook.functions.exact requestBody: description: Action parameters content: application/json: schema: type: object properties: text1: {} text2: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/exp: description: Provides operations to call the exp method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action exp operationId: drives.drive.items.driveItem.workbook.functions.exp requestBody: description: Action parameters content: application/json: schema: type: object properties: number: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/expon_Dist: description: Provides operations to call the expon_Dist method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action expon_Dist operationId: drives.drive.items.driveItem.workbook.functions.expon_Dist requestBody: description: Action parameters content: application/json: schema: type: object properties: x: {} lambda: {} cumulative: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/f_Dist: description: Provides operations to call the f_Dist method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action f_Dist operationId: drives.drive.items.driveItem.workbook.functions.f_Dist requestBody: description: Action parameters content: application/json: schema: type: object properties: x: {} degFreedom1: {} degFreedom2: {} cumulative: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/f_Dist_RT: description: Provides operations to call the f_Dist_RT method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action f_Dist_RT operationId: drives.drive.items.driveItem.workbook.functions.f_Dist_RT requestBody: description: Action parameters content: application/json: schema: type: object properties: x: {} degFreedom1: {} degFreedom2: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/f_Inv: description: Provides operations to call the f_Inv method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action f_Inv operationId: drives.drive.items.driveItem.workbook.functions.f_Inv requestBody: description: Action parameters content: application/json: schema: type: object properties: probability: {} degFreedom1: {} degFreedom2: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/f_Inv_RT: description: Provides operations to call the f_Inv_RT method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action f_Inv_RT operationId: drives.drive.items.driveItem.workbook.functions.f_Inv_RT requestBody: description: Action parameters content: application/json: schema: type: object properties: probability: {} degFreedom1: {} degFreedom2: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/fact: description: Provides operations to call the fact method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action fact operationId: drives.drive.items.driveItem.workbook.functions.fact requestBody: description: Action parameters content: application/json: schema: type: object properties: number: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/factDouble: description: Provides operations to call the factDouble method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action factDouble operationId: drives.drive.items.driveItem.workbook.functions.factDouble requestBody: description: Action parameters content: application/json: schema: type: object properties: number: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/false: description: Provides operations to call the false method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action false operationId: drives.drive.items.driveItem.workbook.functions.false responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/find: description: Provides operations to call the find method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action find operationId: drives.drive.items.driveItem.workbook.functions.find requestBody: description: Action parameters content: application/json: schema: type: object properties: findText: {} withinText: {} startNum: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/findB: description: Provides operations to call the findB method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action findB operationId: drives.drive.items.driveItem.workbook.functions.findB requestBody: description: Action parameters content: application/json: schema: type: object properties: findText: {} withinText: {} startNum: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/fisher: description: Provides operations to call the fisher method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action fisher operationId: drives.drive.items.driveItem.workbook.functions.fisher requestBody: description: Action parameters content: application/json: schema: type: object properties: x: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/fisherInv: description: Provides operations to call the fisherInv method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action fisherInv operationId: drives.drive.items.driveItem.workbook.functions.fisherInv requestBody: description: Action parameters content: application/json: schema: type: object properties: 'y': {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/fixed: description: Provides operations to call the fixed method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action fixed operationId: drives.drive.items.driveItem.workbook.functions.fixed requestBody: description: Action parameters content: application/json: schema: type: object properties: number: {} decimals: {} noCommas: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/floor_Math: description: Provides operations to call the floor_Math method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action floor_Math operationId: drives.drive.items.driveItem.workbook.functions.floor_Math requestBody: description: Action parameters content: application/json: schema: type: object properties: number: {} significance: {} mode: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/floor_Precise: description: Provides operations to call the floor_Precise method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action floor_Precise operationId: drives.drive.items.driveItem.workbook.functions.floor_Precise requestBody: description: Action parameters content: application/json: schema: type: object properties: number: {} significance: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/fv: description: Provides operations to call the fv method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action fv operationId: drives.drive.items.driveItem.workbook.functions.fv requestBody: description: Action parameters content: application/json: schema: type: object properties: rate: {} nper: {} pmt: {} pv: {} type: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/fvschedule: description: Provides operations to call the fvschedule method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action fvschedule operationId: drives.drive.items.driveItem.workbook.functions.fvschedule requestBody: description: Action parameters content: application/json: schema: type: object properties: principal: {} schedule: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/gamma: description: Provides operations to call the gamma method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action gamma operationId: drives.drive.items.driveItem.workbook.functions.gamma requestBody: description: Action parameters content: application/json: schema: type: object properties: x: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/gamma_Dist: description: Provides operations to call the gamma_Dist method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action gamma_Dist operationId: drives.drive.items.driveItem.workbook.functions.gamma_Dist requestBody: description: Action parameters content: application/json: schema: type: object properties: x: {} alpha: {} beta: {} cumulative: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/gamma_Inv: description: Provides operations to call the gamma_Inv method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action gamma_Inv operationId: drives.drive.items.driveItem.workbook.functions.gamma_Inv requestBody: description: Action parameters content: application/json: schema: type: object properties: probability: {} alpha: {} beta: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/gammaLn: description: Provides operations to call the gammaLn method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action gammaLn operationId: drives.drive.items.driveItem.workbook.functions.gammaLn requestBody: description: Action parameters content: application/json: schema: type: object properties: x: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/gammaLn_Precise: description: Provides operations to call the gammaLn_Precise method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action gammaLn_Precise operationId: drives.drive.items.driveItem.workbook.functions.gammaLn_Precise requestBody: description: Action parameters content: application/json: schema: type: object properties: x: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/gauss: description: Provides operations to call the gauss method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action gauss operationId: drives.drive.items.driveItem.workbook.functions.gauss requestBody: description: Action parameters content: application/json: schema: type: object properties: x: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/gcd: description: Provides operations to call the gcd method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action gcd operationId: drives.drive.items.driveItem.workbook.functions.gcd requestBody: description: Action parameters content: application/json: schema: type: object properties: values: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/geoMean: description: Provides operations to call the geoMean method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action geoMean operationId: drives.drive.items.driveItem.workbook.functions.geoMean requestBody: description: Action parameters content: application/json: schema: type: object properties: values: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/geStep: description: Provides operations to call the geStep method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action geStep operationId: drives.drive.items.driveItem.workbook.functions.geStep requestBody: description: Action parameters content: application/json: schema: type: object properties: number: {} step: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/harMean: description: Provides operations to call the harMean method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action harMean operationId: drives.drive.items.driveItem.workbook.functions.harMean requestBody: description: Action parameters content: application/json: schema: type: object properties: values: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/hex2Bin: description: Provides operations to call the hex2Bin method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action hex2Bin operationId: drives.drive.items.driveItem.workbook.functions.hex2Bin requestBody: description: Action parameters content: application/json: schema: type: object properties: number: {} places: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/hex2Dec: description: Provides operations to call the hex2Dec method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action hex2Dec operationId: drives.drive.items.driveItem.workbook.functions.hex2Dec requestBody: description: Action parameters content: application/json: schema: type: object properties: number: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/hex2Oct: description: Provides operations to call the hex2Oct method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action hex2Oct operationId: drives.drive.items.driveItem.workbook.functions.hex2Oct requestBody: description: Action parameters content: application/json: schema: type: object properties: number: {} places: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/hlookup: description: Provides operations to call the hlookup method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action hlookup operationId: drives.drive.items.driveItem.workbook.functions.hlookup requestBody: description: Action parameters content: application/json: schema: type: object properties: lookupValue: {} tableArray: {} rowIndexNum: {} rangeLookup: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/hour: description: Provides operations to call the hour method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action hour operationId: drives.drive.items.driveItem.workbook.functions.hour requestBody: description: Action parameters content: application/json: schema: type: object properties: serialNumber: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/hyperlink: description: Provides operations to call the hyperlink method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action hyperlink operationId: drives.drive.items.driveItem.workbook.functions.hyperlink requestBody: description: Action parameters content: application/json: schema: type: object properties: linkLocation: {} friendlyName: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/hypGeom_Dist: description: Provides operations to call the hypGeom_Dist method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action hypGeom_Dist operationId: drives.drive.items.driveItem.workbook.functions.hypGeom_Dist requestBody: description: Action parameters content: application/json: schema: type: object properties: sampleS: {} numberSample: {} populationS: {} numberPop: {} cumulative: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/if: description: Provides operations to call the if method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action if operationId: drives.drive.items.driveItem.workbook.functions.if requestBody: description: Action parameters content: application/json: schema: type: object properties: logicalTest: {} valueIfTrue: {} valueIfFalse: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/imAbs: description: Provides operations to call the imAbs method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action imAbs operationId: drives.drive.items.driveItem.workbook.functions.imAbs requestBody: description: Action parameters content: application/json: schema: type: object properties: inumber: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/imaginary: description: Provides operations to call the imaginary method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action imaginary operationId: drives.drive.items.driveItem.workbook.functions.imaginary requestBody: description: Action parameters content: application/json: schema: type: object properties: inumber: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/imArgument: description: Provides operations to call the imArgument method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action imArgument operationId: drives.drive.items.driveItem.workbook.functions.imArgument requestBody: description: Action parameters content: application/json: schema: type: object properties: inumber: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/imConjugate: description: Provides operations to call the imConjugate method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action imConjugate operationId: drives.drive.items.driveItem.workbook.functions.imConjugate requestBody: description: Action parameters content: application/json: schema: type: object properties: inumber: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/imCos: description: Provides operations to call the imCos method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action imCos operationId: drives.drive.items.driveItem.workbook.functions.imCos requestBody: description: Action parameters content: application/json: schema: type: object properties: inumber: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/imCosh: description: Provides operations to call the imCosh method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action imCosh operationId: drives.drive.items.driveItem.workbook.functions.imCosh requestBody: description: Action parameters content: application/json: schema: type: object properties: inumber: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/imCot: description: Provides operations to call the imCot method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action imCot operationId: drives.drive.items.driveItem.workbook.functions.imCot requestBody: description: Action parameters content: application/json: schema: type: object properties: inumber: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/imCsc: description: Provides operations to call the imCsc method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action imCsc operationId: drives.drive.items.driveItem.workbook.functions.imCsc requestBody: description: Action parameters content: application/json: schema: type: object properties: inumber: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/imCsch: description: Provides operations to call the imCsch method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action imCsch operationId: drives.drive.items.driveItem.workbook.functions.imCsch requestBody: description: Action parameters content: application/json: schema: type: object properties: inumber: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/imDiv: description: Provides operations to call the imDiv method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action imDiv operationId: drives.drive.items.driveItem.workbook.functions.imDiv requestBody: description: Action parameters content: application/json: schema: type: object properties: inumber1: {} inumber2: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/imExp: description: Provides operations to call the imExp method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action imExp operationId: drives.drive.items.driveItem.workbook.functions.imExp requestBody: description: Action parameters content: application/json: schema: type: object properties: inumber: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/imLn: description: Provides operations to call the imLn method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action imLn operationId: drives.drive.items.driveItem.workbook.functions.imLn requestBody: description: Action parameters content: application/json: schema: type: object properties: inumber: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/imLog10: description: Provides operations to call the imLog10 method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action imLog10 operationId: drives.drive.items.driveItem.workbook.functions.imLog10 requestBody: description: Action parameters content: application/json: schema: type: object properties: inumber: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/imLog2: description: Provides operations to call the imLog2 method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action imLog2 operationId: drives.drive.items.driveItem.workbook.functions.imLog2 requestBody: description: Action parameters content: application/json: schema: type: object properties: inumber: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/imPower: description: Provides operations to call the imPower method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action imPower operationId: drives.drive.items.driveItem.workbook.functions.imPower requestBody: description: Action parameters content: application/json: schema: type: object properties: inumber: {} number: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/imProduct: description: Provides operations to call the imProduct method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action imProduct operationId: drives.drive.items.driveItem.workbook.functions.imProduct requestBody: description: Action parameters content: application/json: schema: type: object properties: values: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/imReal: description: Provides operations to call the imReal method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action imReal operationId: drives.drive.items.driveItem.workbook.functions.imReal requestBody: description: Action parameters content: application/json: schema: type: object properties: inumber: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/imSec: description: Provides operations to call the imSec method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action imSec operationId: drives.drive.items.driveItem.workbook.functions.imSec requestBody: description: Action parameters content: application/json: schema: type: object properties: inumber: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/imSech: description: Provides operations to call the imSech method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action imSech operationId: drives.drive.items.driveItem.workbook.functions.imSech requestBody: description: Action parameters content: application/json: schema: type: object properties: inumber: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/imSin: description: Provides operations to call the imSin method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action imSin operationId: drives.drive.items.driveItem.workbook.functions.imSin requestBody: description: Action parameters content: application/json: schema: type: object properties: inumber: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/imSinh: description: Provides operations to call the imSinh method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action imSinh operationId: drives.drive.items.driveItem.workbook.functions.imSinh requestBody: description: Action parameters content: application/json: schema: type: object properties: inumber: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/imSqrt: description: Provides operations to call the imSqrt method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action imSqrt operationId: drives.drive.items.driveItem.workbook.functions.imSqrt requestBody: description: Action parameters content: application/json: schema: type: object properties: inumber: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/imSub: description: Provides operations to call the imSub method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action imSub operationId: drives.drive.items.driveItem.workbook.functions.imSub requestBody: description: Action parameters content: application/json: schema: type: object properties: inumber1: {} inumber2: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/imSum: description: Provides operations to call the imSum method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action imSum operationId: drives.drive.items.driveItem.workbook.functions.imSum requestBody: description: Action parameters content: application/json: schema: type: object properties: values: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/imTan: description: Provides operations to call the imTan method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action imTan operationId: drives.drive.items.driveItem.workbook.functions.imTan requestBody: description: Action parameters content: application/json: schema: type: object properties: inumber: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/int: description: Provides operations to call the int method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action int operationId: drives.drive.items.driveItem.workbook.functions.int requestBody: description: Action parameters content: application/json: schema: type: object properties: number: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/intRate: description: Provides operations to call the intRate method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action intRate operationId: drives.drive.items.driveItem.workbook.functions.intRate requestBody: description: Action parameters content: application/json: schema: type: object properties: settlement: {} maturity: {} investment: {} redemption: {} basis: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/ipmt: description: Provides operations to call the ipmt method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action ipmt operationId: drives.drive.items.driveItem.workbook.functions.ipmt requestBody: description: Action parameters content: application/json: schema: type: object properties: rate: {} per: {} nper: {} pv: {} fv: {} type: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/irr: description: Provides operations to call the irr method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action irr operationId: drives.drive.items.driveItem.workbook.functions.irr requestBody: description: Action parameters content: application/json: schema: type: object properties: values: {} guess: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/isErr: description: Provides operations to call the isErr method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action isErr operationId: drives.drive.items.driveItem.workbook.functions.isErr requestBody: description: Action parameters content: application/json: schema: type: object properties: value: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/isError: description: Provides operations to call the isError method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action isError operationId: drives.drive.items.driveItem.workbook.functions.isError requestBody: description: Action parameters content: application/json: schema: type: object properties: value: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/isEven: description: Provides operations to call the isEven method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action isEven operationId: drives.drive.items.driveItem.workbook.functions.isEven requestBody: description: Action parameters content: application/json: schema: type: object properties: number: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/isFormula: description: Provides operations to call the isFormula method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action isFormula operationId: drives.drive.items.driveItem.workbook.functions.isFormula requestBody: description: Action parameters content: application/json: schema: type: object properties: reference: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/isLogical: description: Provides operations to call the isLogical method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action isLogical operationId: drives.drive.items.driveItem.workbook.functions.isLogical requestBody: description: Action parameters content: application/json: schema: type: object properties: value: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/isNA: description: Provides operations to call the isNA method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action isNA operationId: drives.drive.items.driveItem.workbook.functions.isNA requestBody: description: Action parameters content: application/json: schema: type: object properties: value: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/isNonText: description: Provides operations to call the isNonText method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action isNonText operationId: drives.drive.items.driveItem.workbook.functions.isNonText requestBody: description: Action parameters content: application/json: schema: type: object properties: value: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/isNumber: description: Provides operations to call the isNumber method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action isNumber operationId: drives.drive.items.driveItem.workbook.functions.isNumber requestBody: description: Action parameters content: application/json: schema: type: object properties: value: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/iso_Ceiling: description: Provides operations to call the iso_Ceiling method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action iso_Ceiling operationId: drives.drive.items.driveItem.workbook.functions.iso_Ceiling requestBody: description: Action parameters content: application/json: schema: type: object properties: number: {} significance: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/isOdd: description: Provides operations to call the isOdd method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action isOdd operationId: drives.drive.items.driveItem.workbook.functions.isOdd requestBody: description: Action parameters content: application/json: schema: type: object properties: number: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/isoWeekNum: description: Provides operations to call the isoWeekNum method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action isoWeekNum operationId: drives.drive.items.driveItem.workbook.functions.isoWeekNum requestBody: description: Action parameters content: application/json: schema: type: object properties: date: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/ispmt: description: Provides operations to call the ispmt method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action ispmt operationId: drives.drive.items.driveItem.workbook.functions.ispmt requestBody: description: Action parameters content: application/json: schema: type: object properties: rate: {} per: {} nper: {} pv: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/isref: description: Provides operations to call the isref method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action isref operationId: drives.drive.items.driveItem.workbook.functions.isref requestBody: description: Action parameters content: application/json: schema: type: object properties: value: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/isText: description: Provides operations to call the isText method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action isText operationId: drives.drive.items.driveItem.workbook.functions.isText requestBody: description: Action parameters content: application/json: schema: type: object properties: value: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/kurt: description: Provides operations to call the kurt method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action kurt operationId: drives.drive.items.driveItem.workbook.functions.kurt requestBody: description: Action parameters content: application/json: schema: type: object properties: values: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/large: description: Provides operations to call the large method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action large operationId: drives.drive.items.driveItem.workbook.functions.large requestBody: description: Action parameters content: application/json: schema: type: object properties: array: {} k: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/lcm: description: Provides operations to call the lcm method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action lcm operationId: drives.drive.items.driveItem.workbook.functions.lcm requestBody: description: Action parameters content: application/json: schema: type: object properties: values: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/left: description: Provides operations to call the left method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action left operationId: drives.drive.items.driveItem.workbook.functions.left requestBody: description: Action parameters content: application/json: schema: type: object properties: text: {} numChars: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/leftb: description: Provides operations to call the leftb method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action leftb operationId: drives.drive.items.driveItem.workbook.functions.leftb requestBody: description: Action parameters content: application/json: schema: type: object properties: text: {} numBytes: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/len: description: Provides operations to call the len method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action len operationId: drives.drive.items.driveItem.workbook.functions.len requestBody: description: Action parameters content: application/json: schema: type: object properties: text: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/lenb: description: Provides operations to call the lenb method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action lenb operationId: drives.drive.items.driveItem.workbook.functions.lenb requestBody: description: Action parameters content: application/json: schema: type: object properties: text: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/ln: description: Provides operations to call the ln method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action ln operationId: drives.drive.items.driveItem.workbook.functions.ln requestBody: description: Action parameters content: application/json: schema: type: object properties: number: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/log: description: Provides operations to call the log method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action log operationId: drives.drive.items.driveItem.workbook.functions.log requestBody: description: Action parameters content: application/json: schema: type: object properties: number: {} base: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/log10: description: Provides operations to call the log10 method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action log10 operationId: drives.drive.items.driveItem.workbook.functions.log10 requestBody: description: Action parameters content: application/json: schema: type: object properties: number: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/logNorm_Dist: description: Provides operations to call the logNorm_Dist method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action logNorm_Dist operationId: drives.drive.items.driveItem.workbook.functions.logNorm_Dist requestBody: description: Action parameters content: application/json: schema: type: object properties: x: {} mean: {} standardDev: {} cumulative: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/logNorm_Inv: description: Provides operations to call the logNorm_Inv method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action logNorm_Inv operationId: drives.drive.items.driveItem.workbook.functions.logNorm_Inv requestBody: description: Action parameters content: application/json: schema: type: object properties: probability: {} mean: {} standardDev: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/lookup: description: Provides operations to call the lookup method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action lookup operationId: drives.drive.items.driveItem.workbook.functions.lookup requestBody: description: Action parameters content: application/json: schema: type: object properties: lookupValue: {} lookupVector: {} resultVector: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/lower: description: Provides operations to call the lower method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action lower operationId: drives.drive.items.driveItem.workbook.functions.lower requestBody: description: Action parameters content: application/json: schema: type: object properties: text: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/match: description: Provides operations to call the match method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action match operationId: drives.drive.items.driveItem.workbook.functions.match requestBody: description: Action parameters content: application/json: schema: type: object properties: lookupValue: {} lookupArray: {} matchType: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/max: description: Provides operations to call the max method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action max operationId: drives.drive.items.driveItem.workbook.functions.max requestBody: description: Action parameters content: application/json: schema: type: object properties: values: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/maxA: description: Provides operations to call the maxA method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action maxA operationId: drives.drive.items.driveItem.workbook.functions.maxA requestBody: description: Action parameters content: application/json: schema: type: object properties: values: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/mduration: description: Provides operations to call the mduration method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action mduration operationId: drives.drive.items.driveItem.workbook.functions.mduration requestBody: description: Action parameters content: application/json: schema: type: object properties: settlement: {} maturity: {} coupon: {} yld: {} frequency: {} basis: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/median: description: Provides operations to call the median method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action median operationId: drives.drive.items.driveItem.workbook.functions.median requestBody: description: Action parameters content: application/json: schema: type: object properties: values: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/mid: description: Provides operations to call the mid method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action mid operationId: drives.drive.items.driveItem.workbook.functions.mid requestBody: description: Action parameters content: application/json: schema: type: object properties: text: {} startNum: {} numChars: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/midb: description: Provides operations to call the midb method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action midb operationId: drives.drive.items.driveItem.workbook.functions.midb requestBody: description: Action parameters content: application/json: schema: type: object properties: text: {} startNum: {} numBytes: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/min: description: Provides operations to call the min method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action min operationId: drives.drive.items.driveItem.workbook.functions.min requestBody: description: Action parameters content: application/json: schema: type: object properties: values: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/minA: description: Provides operations to call the minA method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action minA operationId: drives.drive.items.driveItem.workbook.functions.minA requestBody: description: Action parameters content: application/json: schema: type: object properties: values: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/minute: description: Provides operations to call the minute method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action minute operationId: drives.drive.items.driveItem.workbook.functions.minute requestBody: description: Action parameters content: application/json: schema: type: object properties: serialNumber: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/mirr: description: Provides operations to call the mirr method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action mirr operationId: drives.drive.items.driveItem.workbook.functions.mirr requestBody: description: Action parameters content: application/json: schema: type: object properties: values: {} financeRate: {} reinvestRate: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/mod: description: Provides operations to call the mod method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action mod operationId: drives.drive.items.driveItem.workbook.functions.mod requestBody: description: Action parameters content: application/json: schema: type: object properties: number: {} divisor: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/month: description: Provides operations to call the month method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action month operationId: drives.drive.items.driveItem.workbook.functions.month requestBody: description: Action parameters content: application/json: schema: type: object properties: serialNumber: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/mround: description: Provides operations to call the mround method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action mround operationId: drives.drive.items.driveItem.workbook.functions.mround requestBody: description: Action parameters content: application/json: schema: type: object properties: number: {} multiple: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/multiNomial: description: Provides operations to call the multiNomial method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action multiNomial operationId: drives.drive.items.driveItem.workbook.functions.multiNomial requestBody: description: Action parameters content: application/json: schema: type: object properties: values: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/n: description: Provides operations to call the n method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action n operationId: drives.drive.items.driveItem.workbook.functions.n requestBody: description: Action parameters content: application/json: schema: type: object properties: value: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/na: description: Provides operations to call the na method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action na operationId: drives.drive.items.driveItem.workbook.functions.na responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/negBinom_Dist: description: Provides operations to call the negBinom_Dist method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action negBinom_Dist operationId: drives.drive.items.driveItem.workbook.functions.negBinom_Dist requestBody: description: Action parameters content: application/json: schema: type: object properties: numberF: {} numberS: {} probabilityS: {} cumulative: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/networkDays: description: Provides operations to call the networkDays method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action networkDays operationId: drives.drive.items.driveItem.workbook.functions.networkDays requestBody: description: Action parameters content: application/json: schema: type: object properties: startDate: {} endDate: {} holidays: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/networkDays_Intl: description: Provides operations to call the networkDays_Intl method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action networkDays_Intl operationId: drives.drive.items.driveItem.workbook.functions.networkDays_Intl requestBody: description: Action parameters content: application/json: schema: type: object properties: startDate: {} endDate: {} weekend: {} holidays: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/nominal: description: Provides operations to call the nominal method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action nominal operationId: drives.drive.items.driveItem.workbook.functions.nominal requestBody: description: Action parameters content: application/json: schema: type: object properties: effectRate: {} npery: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/norm_Dist: description: Provides operations to call the norm_Dist method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action norm_Dist operationId: drives.drive.items.driveItem.workbook.functions.norm_Dist requestBody: description: Action parameters content: application/json: schema: type: object properties: x: {} mean: {} standardDev: {} cumulative: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/norm_Inv: description: Provides operations to call the norm_Inv method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action norm_Inv operationId: drives.drive.items.driveItem.workbook.functions.norm_Inv requestBody: description: Action parameters content: application/json: schema: type: object properties: probability: {} mean: {} standardDev: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/norm_S_Dist: description: Provides operations to call the norm_S_Dist method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action norm_S_Dist operationId: drives.drive.items.driveItem.workbook.functions.norm_S_Dist requestBody: description: Action parameters content: application/json: schema: type: object properties: z: {} cumulative: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/norm_S_Inv: description: Provides operations to call the norm_S_Inv method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action norm_S_Inv operationId: drives.drive.items.driveItem.workbook.functions.norm_S_Inv requestBody: description: Action parameters content: application/json: schema: type: object properties: probability: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/not: description: Provides operations to call the not method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action not operationId: drives.drive.items.driveItem.workbook.functions.not requestBody: description: Action parameters content: application/json: schema: type: object properties: logical: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/now: description: Provides operations to call the now method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action now operationId: drives.drive.items.driveItem.workbook.functions.now responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/nper: description: Provides operations to call the nper method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action nper operationId: drives.drive.items.driveItem.workbook.functions.nper requestBody: description: Action parameters content: application/json: schema: type: object properties: rate: {} pmt: {} pv: {} fv: {} type: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/npv: description: Provides operations to call the npv method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action npv operationId: drives.drive.items.driveItem.workbook.functions.npv requestBody: description: Action parameters content: application/json: schema: type: object properties: rate: {} values: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/numberValue: description: Provides operations to call the numberValue method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action numberValue operationId: drives.drive.items.driveItem.workbook.functions.numberValue requestBody: description: Action parameters content: application/json: schema: type: object properties: text: {} decimalSeparator: {} groupSeparator: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/oct2Bin: description: Provides operations to call the oct2Bin method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action oct2Bin operationId: drives.drive.items.driveItem.workbook.functions.oct2Bin requestBody: description: Action parameters content: application/json: schema: type: object properties: number: {} places: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/oct2Dec: description: Provides operations to call the oct2Dec method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action oct2Dec operationId: drives.drive.items.driveItem.workbook.functions.oct2Dec requestBody: description: Action parameters content: application/json: schema: type: object properties: number: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/oct2Hex: description: Provides operations to call the oct2Hex method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action oct2Hex operationId: drives.drive.items.driveItem.workbook.functions.oct2Hex requestBody: description: Action parameters content: application/json: schema: type: object properties: number: {} places: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/odd: description: Provides operations to call the odd method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action odd operationId: drives.drive.items.driveItem.workbook.functions.odd requestBody: description: Action parameters content: application/json: schema: type: object properties: number: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/oddFPrice: description: Provides operations to call the oddFPrice method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action oddFPrice operationId: drives.drive.items.driveItem.workbook.functions.oddFPrice requestBody: description: Action parameters content: application/json: schema: type: object properties: settlement: {} maturity: {} issue: {} firstCoupon: {} rate: {} yld: {} redemption: {} frequency: {} basis: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/oddFYield: description: Provides operations to call the oddFYield method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action oddFYield operationId: drives.drive.items.driveItem.workbook.functions.oddFYield requestBody: description: Action parameters content: application/json: schema: type: object properties: settlement: {} maturity: {} issue: {} firstCoupon: {} rate: {} pr: {} redemption: {} frequency: {} basis: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/oddLPrice: description: Provides operations to call the oddLPrice method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action oddLPrice operationId: drives.drive.items.driveItem.workbook.functions.oddLPrice requestBody: description: Action parameters content: application/json: schema: type: object properties: settlement: {} maturity: {} lastInterest: {} rate: {} yld: {} redemption: {} frequency: {} basis: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/oddLYield: description: Provides operations to call the oddLYield method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action oddLYield operationId: drives.drive.items.driveItem.workbook.functions.oddLYield requestBody: description: Action parameters content: application/json: schema: type: object properties: settlement: {} maturity: {} lastInterest: {} rate: {} pr: {} redemption: {} frequency: {} basis: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/or: description: Provides operations to call the or method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action or operationId: drives.drive.items.driveItem.workbook.functions.or requestBody: description: Action parameters content: application/json: schema: type: object properties: values: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/pduration: description: Provides operations to call the pduration method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action pduration operationId: drives.drive.items.driveItem.workbook.functions.pduration requestBody: description: Action parameters content: application/json: schema: type: object properties: rate: {} pv: {} fv: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/percentile_Exc: description: Provides operations to call the percentile_Exc method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action percentile_Exc operationId: drives.drive.items.driveItem.workbook.functions.percentile_Exc requestBody: description: Action parameters content: application/json: schema: type: object properties: array: {} k: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/percentile_Inc: description: Provides operations to call the percentile_Inc method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action percentile_Inc operationId: drives.drive.items.driveItem.workbook.functions.percentile_Inc requestBody: description: Action parameters content: application/json: schema: type: object properties: array: {} k: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/percentRank_Exc: description: Provides operations to call the percentRank_Exc method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action percentRank_Exc operationId: drives.drive.items.driveItem.workbook.functions.percentRank_Exc requestBody: description: Action parameters content: application/json: schema: type: object properties: array: {} x: {} significance: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/percentRank_Inc: description: Provides operations to call the percentRank_Inc method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action percentRank_Inc operationId: drives.drive.items.driveItem.workbook.functions.percentRank_Inc requestBody: description: Action parameters content: application/json: schema: type: object properties: array: {} x: {} significance: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/permut: description: Provides operations to call the permut method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action permut operationId: drives.drive.items.driveItem.workbook.functions.permut requestBody: description: Action parameters content: application/json: schema: type: object properties: number: {} numberChosen: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/permutationa: description: Provides operations to call the permutationa method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action permutationa operationId: drives.drive.items.driveItem.workbook.functions.permutationa requestBody: description: Action parameters content: application/json: schema: type: object properties: number: {} numberChosen: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/phi: description: Provides operations to call the phi method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action phi operationId: drives.drive.items.driveItem.workbook.functions.phi requestBody: description: Action parameters content: application/json: schema: type: object properties: x: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/pi: description: Provides operations to call the pi method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action pi operationId: drives.drive.items.driveItem.workbook.functions.pi responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/pmt: description: Provides operations to call the pmt method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action pmt operationId: drives.drive.items.driveItem.workbook.functions.pmt requestBody: description: Action parameters content: application/json: schema: type: object properties: rate: {} nper: {} pv: {} fv: {} type: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/poisson_Dist: description: Provides operations to call the poisson_Dist method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action poisson_Dist operationId: drives.drive.items.driveItem.workbook.functions.poisson_Dist requestBody: description: Action parameters content: application/json: schema: type: object properties: x: {} mean: {} cumulative: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/power: description: Provides operations to call the power method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action power operationId: drives.drive.items.driveItem.workbook.functions.power requestBody: description: Action parameters content: application/json: schema: type: object properties: number: {} power: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/ppmt: description: Provides operations to call the ppmt method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action ppmt operationId: drives.drive.items.driveItem.workbook.functions.ppmt requestBody: description: Action parameters content: application/json: schema: type: object properties: rate: {} per: {} nper: {} pv: {} fv: {} type: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/price: description: Provides operations to call the price method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action price operationId: drives.drive.items.driveItem.workbook.functions.price requestBody: description: Action parameters content: application/json: schema: type: object properties: settlement: {} maturity: {} rate: {} yld: {} redemption: {} frequency: {} basis: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/priceDisc: description: Provides operations to call the priceDisc method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action priceDisc operationId: drives.drive.items.driveItem.workbook.functions.priceDisc requestBody: description: Action parameters content: application/json: schema: type: object properties: settlement: {} maturity: {} discount: {} redemption: {} basis: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/priceMat: description: Provides operations to call the priceMat method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action priceMat operationId: drives.drive.items.driveItem.workbook.functions.priceMat requestBody: description: Action parameters content: application/json: schema: type: object properties: settlement: {} maturity: {} issue: {} rate: {} yld: {} basis: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/product: description: Provides operations to call the product method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action product operationId: drives.drive.items.driveItem.workbook.functions.product requestBody: description: Action parameters content: application/json: schema: type: object properties: values: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/proper: description: Provides operations to call the proper method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action proper operationId: drives.drive.items.driveItem.workbook.functions.proper requestBody: description: Action parameters content: application/json: schema: type: object properties: text: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/pv: description: Provides operations to call the pv method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action pv operationId: drives.drive.items.driveItem.workbook.functions.pv requestBody: description: Action parameters content: application/json: schema: type: object properties: rate: {} nper: {} pmt: {} fv: {} type: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/quartile_Exc: description: Provides operations to call the quartile_Exc method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action quartile_Exc operationId: drives.drive.items.driveItem.workbook.functions.quartile_Exc requestBody: description: Action parameters content: application/json: schema: type: object properties: array: {} quart: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/quartile_Inc: description: Provides operations to call the quartile_Inc method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action quartile_Inc operationId: drives.drive.items.driveItem.workbook.functions.quartile_Inc requestBody: description: Action parameters content: application/json: schema: type: object properties: array: {} quart: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/quotient: description: Provides operations to call the quotient method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action quotient operationId: drives.drive.items.driveItem.workbook.functions.quotient requestBody: description: Action parameters content: application/json: schema: type: object properties: numerator: {} denominator: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/radians: description: Provides operations to call the radians method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action radians operationId: drives.drive.items.driveItem.workbook.functions.radians requestBody: description: Action parameters content: application/json: schema: type: object properties: angle: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/rand: description: Provides operations to call the rand method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action rand operationId: drives.drive.items.driveItem.workbook.functions.rand responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/randBetween: description: Provides operations to call the randBetween method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action randBetween operationId: drives.drive.items.driveItem.workbook.functions.randBetween requestBody: description: Action parameters content: application/json: schema: type: object properties: bottom: {} top: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/rank_Avg: description: Provides operations to call the rank_Avg method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action rank_Avg operationId: drives.drive.items.driveItem.workbook.functions.rank_Avg requestBody: description: Action parameters content: application/json: schema: type: object properties: number: {} ref: {} order: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/rank_Eq: description: Provides operations to call the rank_Eq method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action rank_Eq operationId: drives.drive.items.driveItem.workbook.functions.rank_Eq requestBody: description: Action parameters content: application/json: schema: type: object properties: number: {} ref: {} order: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/rate: description: Provides operations to call the rate method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action rate operationId: drives.drive.items.driveItem.workbook.functions.rate requestBody: description: Action parameters content: application/json: schema: type: object properties: nper: {} pmt: {} pv: {} fv: {} type: {} guess: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/received: description: Provides operations to call the received method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action received operationId: drives.drive.items.driveItem.workbook.functions.received requestBody: description: Action parameters content: application/json: schema: type: object properties: settlement: {} maturity: {} investment: {} discount: {} basis: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/replace: description: Provides operations to call the replace method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action replace operationId: drives.drive.items.driveItem.workbook.functions.replace requestBody: description: Action parameters content: application/json: schema: type: object properties: oldText: {} startNum: {} numChars: {} newText: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/replaceB: description: Provides operations to call the replaceB method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action replaceB operationId: drives.drive.items.driveItem.workbook.functions.replaceB requestBody: description: Action parameters content: application/json: schema: type: object properties: oldText: {} startNum: {} numBytes: {} newText: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/rept: description: Provides operations to call the rept method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action rept operationId: drives.drive.items.driveItem.workbook.functions.rept requestBody: description: Action parameters content: application/json: schema: type: object properties: text: {} numberTimes: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/right: description: Provides operations to call the right method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action right operationId: drives.drive.items.driveItem.workbook.functions.right requestBody: description: Action parameters content: application/json: schema: type: object properties: text: {} numChars: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/rightb: description: Provides operations to call the rightb method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action rightb operationId: drives.drive.items.driveItem.workbook.functions.rightb requestBody: description: Action parameters content: application/json: schema: type: object properties: text: {} numBytes: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/roman: description: Provides operations to call the roman method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action roman operationId: drives.drive.items.driveItem.workbook.functions.roman requestBody: description: Action parameters content: application/json: schema: type: object properties: number: {} form: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/round: description: Provides operations to call the round method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action round operationId: drives.drive.items.driveItem.workbook.functions.round requestBody: description: Action parameters content: application/json: schema: type: object properties: number: {} numDigits: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/roundDown: description: Provides operations to call the roundDown method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action roundDown operationId: drives.drive.items.driveItem.workbook.functions.roundDown requestBody: description: Action parameters content: application/json: schema: type: object properties: number: {} numDigits: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/roundUp: description: Provides operations to call the roundUp method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action roundUp operationId: drives.drive.items.driveItem.workbook.functions.roundUp requestBody: description: Action parameters content: application/json: schema: type: object properties: number: {} numDigits: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/rows: description: Provides operations to call the rows method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action rows operationId: drives.drive.items.driveItem.workbook.functions.rows requestBody: description: Action parameters content: application/json: schema: type: object properties: array: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/rri: description: Provides operations to call the rri method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action rri operationId: drives.drive.items.driveItem.workbook.functions.rri requestBody: description: Action parameters content: application/json: schema: type: object properties: nper: {} pv: {} fv: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/sec: description: Provides operations to call the sec method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action sec operationId: drives.drive.items.driveItem.workbook.functions.sec requestBody: description: Action parameters content: application/json: schema: type: object properties: number: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/sech: description: Provides operations to call the sech method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action sech operationId: drives.drive.items.driveItem.workbook.functions.sech requestBody: description: Action parameters content: application/json: schema: type: object properties: number: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/second: description: Provides operations to call the second method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action second operationId: drives.drive.items.driveItem.workbook.functions.second requestBody: description: Action parameters content: application/json: schema: type: object properties: serialNumber: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/seriesSum: description: Provides operations to call the seriesSum method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action seriesSum operationId: drives.drive.items.driveItem.workbook.functions.seriesSum requestBody: description: Action parameters content: application/json: schema: type: object properties: x: {} 'n': {} m: {} coefficients: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/sheet: description: Provides operations to call the sheet method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action sheet operationId: drives.drive.items.driveItem.workbook.functions.sheet requestBody: description: Action parameters content: application/json: schema: type: object properties: value: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/sheets: description: Provides operations to call the sheets method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action sheets operationId: drives.drive.items.driveItem.workbook.functions.sheets requestBody: description: Action parameters content: application/json: schema: type: object properties: reference: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/sign: description: Provides operations to call the sign method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action sign operationId: drives.drive.items.driveItem.workbook.functions.sign requestBody: description: Action parameters content: application/json: schema: type: object properties: number: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/sin: description: Provides operations to call the sin method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action sin operationId: drives.drive.items.driveItem.workbook.functions.sin requestBody: description: Action parameters content: application/json: schema: type: object properties: number: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/sinh: description: Provides operations to call the sinh method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action sinh operationId: drives.drive.items.driveItem.workbook.functions.sinh requestBody: description: Action parameters content: application/json: schema: type: object properties: number: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/skew: description: Provides operations to call the skew method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action skew operationId: drives.drive.items.driveItem.workbook.functions.skew requestBody: description: Action parameters content: application/json: schema: type: object properties: values: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/skew_p: description: Provides operations to call the skew_p method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action skew_p operationId: drives.drive.items.driveItem.workbook.functions.skew_p requestBody: description: Action parameters content: application/json: schema: type: object properties: values: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/sln: description: Provides operations to call the sln method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action sln operationId: drives.drive.items.driveItem.workbook.functions.sln requestBody: description: Action parameters content: application/json: schema: type: object properties: cost: {} salvage: {} life: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/small: description: Provides operations to call the small method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action small operationId: drives.drive.items.driveItem.workbook.functions.small requestBody: description: Action parameters content: application/json: schema: type: object properties: array: {} k: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/sqrt: description: Provides operations to call the sqrt method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action sqrt operationId: drives.drive.items.driveItem.workbook.functions.sqrt requestBody: description: Action parameters content: application/json: schema: type: object properties: number: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/sqrtPi: description: Provides operations to call the sqrtPi method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action sqrtPi operationId: drives.drive.items.driveItem.workbook.functions.sqrtPi requestBody: description: Action parameters content: application/json: schema: type: object properties: number: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/standardize: description: Provides operations to call the standardize method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action standardize operationId: drives.drive.items.driveItem.workbook.functions.standardize requestBody: description: Action parameters content: application/json: schema: type: object properties: x: {} mean: {} standardDev: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/stDev_P: description: Provides operations to call the stDev_P method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action stDev_P operationId: drives.drive.items.driveItem.workbook.functions.stDev_P requestBody: description: Action parameters content: application/json: schema: type: object properties: values: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/stDev_S: description: Provides operations to call the stDev_S method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action stDev_S operationId: drives.drive.items.driveItem.workbook.functions.stDev_S requestBody: description: Action parameters content: application/json: schema: type: object properties: values: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/stDevA: description: Provides operations to call the stDevA method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action stDevA operationId: drives.drive.items.driveItem.workbook.functions.stDevA requestBody: description: Action parameters content: application/json: schema: type: object properties: values: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/stDevPA: description: Provides operations to call the stDevPA method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action stDevPA operationId: drives.drive.items.driveItem.workbook.functions.stDevPA requestBody: description: Action parameters content: application/json: schema: type: object properties: values: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/substitute: description: Provides operations to call the substitute method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action substitute operationId: drives.drive.items.driveItem.workbook.functions.substitute requestBody: description: Action parameters content: application/json: schema: type: object properties: text: {} oldText: {} newText: {} instanceNum: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/subtotal: description: Provides operations to call the subtotal method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action subtotal operationId: drives.drive.items.driveItem.workbook.functions.subtotal requestBody: description: Action parameters content: application/json: schema: type: object properties: functionNum: {} values: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/sum: description: Provides operations to call the sum method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action sum operationId: drives.drive.items.driveItem.workbook.functions.sum requestBody: description: Action parameters content: application/json: schema: type: object properties: values: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/sumIf: description: Provides operations to call the sumIf method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action sumIf operationId: drives.drive.items.driveItem.workbook.functions.sumIf requestBody: description: Action parameters content: application/json: schema: type: object properties: range: {} criteria: {} sumRange: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/sumIfs: description: Provides operations to call the sumIfs method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action sumIfs operationId: drives.drive.items.driveItem.workbook.functions.sumIfs requestBody: description: Action parameters content: application/json: schema: type: object properties: sumRange: {} values: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/sumSq: description: Provides operations to call the sumSq method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action sumSq operationId: drives.drive.items.driveItem.workbook.functions.sumSq requestBody: description: Action parameters content: application/json: schema: type: object properties: values: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/syd: description: Provides operations to call the syd method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action syd operationId: drives.drive.items.driveItem.workbook.functions.syd requestBody: description: Action parameters content: application/json: schema: type: object properties: cost: {} salvage: {} life: {} per: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/t: description: Provides operations to call the t method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action t operationId: drives.drive.items.driveItem.workbook.functions.t requestBody: description: Action parameters content: application/json: schema: type: object properties: value: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/t_Dist: description: Provides operations to call the t_Dist method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action t_Dist operationId: drives.drive.items.driveItem.workbook.functions.t_Dist requestBody: description: Action parameters content: application/json: schema: type: object properties: x: {} degFreedom: {} cumulative: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/t_Dist_2T: description: Provides operations to call the t_Dist_2T method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action t_Dist_2T operationId: drives.drive.items.driveItem.workbook.functions.t_Dist_2T requestBody: description: Action parameters content: application/json: schema: type: object properties: x: {} degFreedom: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/t_Dist_RT: description: Provides operations to call the t_Dist_RT method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action t_Dist_RT operationId: drives.drive.items.driveItem.workbook.functions.t_Dist_RT requestBody: description: Action parameters content: application/json: schema: type: object properties: x: {} degFreedom: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/t_Inv: description: Provides operations to call the t_Inv method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action t_Inv operationId: drives.drive.items.driveItem.workbook.functions.t_Inv requestBody: description: Action parameters content: application/json: schema: type: object properties: probability: {} degFreedom: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/t_Inv_2T: description: Provides operations to call the t_Inv_2T method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action t_Inv_2T operationId: drives.drive.items.driveItem.workbook.functions.t_Inv_2T requestBody: description: Action parameters content: application/json: schema: type: object properties: probability: {} degFreedom: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/tan: description: Provides operations to call the tan method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action tan operationId: drives.drive.items.driveItem.workbook.functions.tan requestBody: description: Action parameters content: application/json: schema: type: object properties: number: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/tanh: description: Provides operations to call the tanh method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action tanh operationId: drives.drive.items.driveItem.workbook.functions.tanh requestBody: description: Action parameters content: application/json: schema: type: object properties: number: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/tbillEq: description: Provides operations to call the tbillEq method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action tbillEq operationId: drives.drive.items.driveItem.workbook.functions.tbillEq requestBody: description: Action parameters content: application/json: schema: type: object properties: settlement: {} maturity: {} discount: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/tbillPrice: description: Provides operations to call the tbillPrice method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action tbillPrice operationId: drives.drive.items.driveItem.workbook.functions.tbillPrice requestBody: description: Action parameters content: application/json: schema: type: object properties: settlement: {} maturity: {} discount: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/tbillYield: description: Provides operations to call the tbillYield method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action tbillYield operationId: drives.drive.items.driveItem.workbook.functions.tbillYield requestBody: description: Action parameters content: application/json: schema: type: object properties: settlement: {} maturity: {} pr: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/text: description: Provides operations to call the text method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action text operationId: drives.drive.items.driveItem.workbook.functions.text requestBody: description: Action parameters content: application/json: schema: type: object properties: value: {} formatText: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/time: description: Provides operations to call the time method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action time operationId: drives.drive.items.driveItem.workbook.functions.time requestBody: description: Action parameters content: application/json: schema: type: object properties: hour: {} minute: {} second: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/timevalue: description: Provides operations to call the timevalue method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action timevalue operationId: drives.drive.items.driveItem.workbook.functions.timevalue requestBody: description: Action parameters content: application/json: schema: type: object properties: timeText: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/today: description: Provides operations to call the today method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action today operationId: drives.drive.items.driveItem.workbook.functions.today responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/trim: description: Provides operations to call the trim method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action trim operationId: drives.drive.items.driveItem.workbook.functions.trim requestBody: description: Action parameters content: application/json: schema: type: object properties: text: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/trimMean: description: Provides operations to call the trimMean method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action trimMean operationId: drives.drive.items.driveItem.workbook.functions.trimMean requestBody: description: Action parameters content: application/json: schema: type: object properties: array: {} percent: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/true: description: Provides operations to call the true method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action true operationId: drives.drive.items.driveItem.workbook.functions.true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/trunc: description: Provides operations to call the trunc method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action trunc operationId: drives.drive.items.driveItem.workbook.functions.trunc requestBody: description: Action parameters content: application/json: schema: type: object properties: number: {} numDigits: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/type: description: Provides operations to call the type method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action type operationId: drives.drive.items.driveItem.workbook.functions.type requestBody: description: Action parameters content: application/json: schema: type: object properties: value: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/unichar: description: Provides operations to call the unichar method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action unichar operationId: drives.drive.items.driveItem.workbook.functions.unichar requestBody: description: Action parameters content: application/json: schema: type: object properties: number: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/unicode: description: Provides operations to call the unicode method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action unicode operationId: drives.drive.items.driveItem.workbook.functions.unicode requestBody: description: Action parameters content: application/json: schema: type: object properties: text: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/upper: description: Provides operations to call the upper method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action upper operationId: drives.drive.items.driveItem.workbook.functions.upper requestBody: description: Action parameters content: application/json: schema: type: object properties: text: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/usdollar: description: Provides operations to call the usdollar method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action usdollar operationId: drives.drive.items.driveItem.workbook.functions.usdollar requestBody: description: Action parameters content: application/json: schema: type: object properties: number: {} decimals: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/value: description: Provides operations to call the value method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action value operationId: drives.drive.items.driveItem.workbook.functions.value requestBody: description: Action parameters content: application/json: schema: type: object properties: text: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/var_P: description: Provides operations to call the var_P method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action var_P operationId: drives.drive.items.driveItem.workbook.functions.var_P requestBody: description: Action parameters content: application/json: schema: type: object properties: values: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/var_S: description: Provides operations to call the var_S method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action var_S operationId: drives.drive.items.driveItem.workbook.functions.var_S requestBody: description: Action parameters content: application/json: schema: type: object properties: values: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/varA: description: Provides operations to call the varA method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action varA operationId: drives.drive.items.driveItem.workbook.functions.varA requestBody: description: Action parameters content: application/json: schema: type: object properties: values: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/varPA: description: Provides operations to call the varPA method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action varPA operationId: drives.drive.items.driveItem.workbook.functions.varPA requestBody: description: Action parameters content: application/json: schema: type: object properties: values: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/vdb: description: Provides operations to call the vdb method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action vdb operationId: drives.drive.items.driveItem.workbook.functions.vdb requestBody: description: Action parameters content: application/json: schema: type: object properties: cost: {} salvage: {} life: {} startPeriod: {} endPeriod: {} factor: {} noSwitch: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/vlookup: description: Provides operations to call the vlookup method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action vlookup operationId: drives.drive.items.driveItem.workbook.functions.vlookup requestBody: description: Action parameters content: application/json: schema: type: object properties: lookupValue: {} tableArray: {} colIndexNum: {} rangeLookup: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/weekday: description: Provides operations to call the weekday method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action weekday operationId: drives.drive.items.driveItem.workbook.functions.weekday requestBody: description: Action parameters content: application/json: schema: type: object properties: serialNumber: {} returnType: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/weekNum: description: Provides operations to call the weekNum method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action weekNum operationId: drives.drive.items.driveItem.workbook.functions.weekNum requestBody: description: Action parameters content: application/json: schema: type: object properties: serialNumber: {} returnType: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/weibull_Dist: description: Provides operations to call the weibull_Dist method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action weibull_Dist operationId: drives.drive.items.driveItem.workbook.functions.weibull_Dist requestBody: description: Action parameters content: application/json: schema: type: object properties: x: {} alpha: {} beta: {} cumulative: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/workDay: description: Provides operations to call the workDay method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action workDay operationId: drives.drive.items.driveItem.workbook.functions.workDay requestBody: description: Action parameters content: application/json: schema: type: object properties: startDate: {} days: {} holidays: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/workDay_Intl: description: Provides operations to call the workDay_Intl method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action workDay_Intl operationId: drives.drive.items.driveItem.workbook.functions.workDay_Intl requestBody: description: Action parameters content: application/json: schema: type: object properties: startDate: {} days: {} weekend: {} holidays: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/xirr: description: Provides operations to call the xirr method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action xirr operationId: drives.drive.items.driveItem.workbook.functions.xirr requestBody: description: Action parameters content: application/json: schema: type: object properties: values: {} dates: {} guess: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/xnpv: description: Provides operations to call the xnpv method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action xnpv operationId: drives.drive.items.driveItem.workbook.functions.xnpv requestBody: description: Action parameters content: application/json: schema: type: object properties: rate: {} values: {} dates: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/xor: description: Provides operations to call the xor method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action xor operationId: drives.drive.items.driveItem.workbook.functions.xor requestBody: description: Action parameters content: application/json: schema: type: object properties: values: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/year: description: Provides operations to call the year method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action year operationId: drives.drive.items.driveItem.workbook.functions.year requestBody: description: Action parameters content: application/json: schema: type: object properties: serialNumber: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/yearFrac: description: Provides operations to call the yearFrac method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action yearFrac operationId: drives.drive.items.driveItem.workbook.functions.yearFrac requestBody: description: Action parameters content: application/json: schema: type: object properties: startDate: {} endDate: {} basis: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/yield: description: Provides operations to call the yield method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action yield operationId: drives.drive.items.driveItem.workbook.functions.yield requestBody: description: Action parameters content: application/json: schema: type: object properties: settlement: {} maturity: {} rate: {} pr: {} redemption: {} frequency: {} basis: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/yieldDisc: description: Provides operations to call the yieldDisc method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action yieldDisc operationId: drives.drive.items.driveItem.workbook.functions.yieldDisc requestBody: description: Action parameters content: application/json: schema: type: object properties: settlement: {} maturity: {} pr: {} redemption: {} basis: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/yieldMat: description: Provides operations to call the yieldMat method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action yieldMat operationId: drives.drive.items.driveItem.workbook.functions.yieldMat requestBody: description: Action parameters content: application/json: schema: type: object properties: settlement: {} maturity: {} issue: {} rate: {} pr: {} basis: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /drives/{drive-id}/items/{driveItem-id}/workbook/functions/z_Test: description: Provides operations to call the z_Test method. post: tags: - drives.driveItem summary: Microsoft Graph Invoke action z_Test operationId: drives.drive.items.driveItem.workbook.functions.z_Test requestBody: description: Action parameters content: application/json: schema: type: object properties: array: {} x: {} sigma: {} required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.workbookFunctionResult - 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 /functions: description: >- Provides operations to manage the collection of attributeMappingFunctionSchema entities. get: tags: - functions.attributeMappingFunctionSchema summary: Microsoft Graph Get entities from functions operationId: >- functions.attributeMappingFunctionSchema.ListAttributeMappingFunctionSchema 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.attributeMappingFunctionSchemaCollectionResponse 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: - functions.attributeMappingFunctionSchema summary: Microsoft Graph Add new entity to functions operationId: >- functions.attributeMappingFunctionSchema.CreateAttributeMappingFunctionSchema requestBody: description: New entity content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.attributeMappingFunctionSchema required: true responses: 2XX: description: Created entity content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.attributeMappingFunctionSchema 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /functions/{attributeMappingFunctionSchema-id}: description: >- Provides operations to manage the collection of attributeMappingFunctionSchema entities. get: tags: - functions.attributeMappingFunctionSchema summary: Microsoft Graph Get entity from functions by key operationId: >- functions.attributeMappingFunctionSchema.GetAttributeMappingFunctionSchema parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - 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.attributeMappingFunctionSchema 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - functions.attributeMappingFunctionSchema summary: Microsoft Graph Update entity in functions operationId: >- functions.attributeMappingFunctionSchema.UpdateAttributeMappingFunctionSchema requestBody: description: New property values content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.attributeMappingFunctionSchema required: true responses: 2XX: description: Success content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.attributeMappingFunctionSchema 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - functions.attributeMappingFunctionSchema summary: Microsoft Graph Delete entity from functions operationId: >- functions.attributeMappingFunctionSchema.DeleteAttributeMappingFunctionSchema 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: attributeMappingFunctionSchema-id in: path description: The unique identifier of attributeMappingFunctionSchema required: true schema: type: string x-ms-docs-key-type: attributeMappingFunctionSchema /functions/$count: description: Provides operations to count the resources in the collection. get: tags: - functions.attributeMappingFunctionSchema summary: Microsoft Graph Get the number of the resource operationId: functions.GetCount-0c74 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' /servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/functions(): description: Provides operations to call the functions method. get: tags: - servicePrincipals.synchronization summary: Microsoft Graph Invoke function functions description: >- List all the functions currently supported in the attributeMappingSource. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-1.0 operationId: >- servicePrincipals.servicePrincipal.synchronization.jobs.synchronizationJob.schema.functions 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 attributeMappingFunctionSchema type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: >- #/components/schemas/microsoft.graph.attributeMappingFunctionSchema 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: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal - name: synchronizationJob-id in: path description: The unique identifier of synchronizationJob required: true schema: type: string x-ms-docs-key-type: synchronizationJob x-ms-docs-grouped-path: - >- /servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/functions() /servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/functions(): description: Provides operations to call the functions method. get: tags: - servicePrincipals.synchronization summary: Microsoft Graph Invoke function functions description: >- List all the functions currently supported in the attributeMappingSource. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-1.0 operationId: >- servicePrincipals.servicePrincipal.synchronization.templates.synchronizationTemplate.schema.functions 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 attributeMappingFunctionSchema type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: >- #/components/schemas/microsoft.graph.attributeMappingFunctionSchema 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: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal - name: synchronizationTemplate-id in: path description: The unique identifier of synchronizationTemplate required: true schema: type: string x-ms-docs-key-type: synchronizationTemplate x-ms-docs-grouped-path: - >- /servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/functions() components: schemas: BaseCollectionPaginationCountResponse: title: Base collection pagination and count responses type: object properties: '@odata.count': type: integer format: int64 nullable: true '@odata.nextLink': type: string nullable: true microsoft.graph.workbookFunctions: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: workbookFunctions required: - '@odata.type' type: object properties: '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.workbookFunctions' parameters: top: name: $top in: query description: Show only the first n items style: form explode: false schema: minimum: 0 type: integer example: 50 skip: name: $skip in: query description: Skip the first n items style: form explode: false schema: minimum: 0 type: integer search: name: $search in: query description: Search items by search phrases style: form explode: false schema: type: string filter: name: $filter in: query description: Filter items by property values style: form explode: false schema: type: string count: name: $count in: query description: Include count of items style: form explode: false schema: type: boolean examples: {} responses: error: description: error content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.ODataErrors.ODataError' ODataCountResponse: description: The count of the resource content: text/plain: schema: $ref: '#/components/schemas/ODataCountResponse' tags: - name: Applications.synchronization - name: drives.driveItem - name: functions.attributeMappingFunctionSchema - name: servicePrincipals.synchronization