EndPoints for OneDrive Connector
On this page you will see possible API actions you can perform with OneDrive connector. We will refer this as API EndPoint or just EndPoint.
Label | Name | Description |
---|---|---|
List Drives | list_drives | |
Read Drive | get_drive | |
List Root | list_root | |
Lists Folder (Non-Recursive) | list_folder | |
List Files | list_files | [API reference] |
List Excel Files | list_excel_files | |
List Excel Worksheets (Tabs) | list_excel_worksheets | |
Read Excel Worksheet (Auto Detect Range) | get_excel_worksheet_autodetect | Use this endpoint to read data from a Sheet without supplying address range (e.g. A1:D100). This endpoint auto detects address range based on used cells in a sheet. [API reference] |
Read Excel Worksheet | get_excel_worksheet | |
Download File | download_file | |
Upload File | upload_file | Don't forget to set up |
Delete Item | delete_item | |
Generic Request | generic_request | This is generic endpoint. Use this endpoint when some actions are not implemented by connector. Just enter partial URL (Required), Body, Method, Header etc. Most parameters are optional except URL. |
Generic Request (Bulk Write) | generic_request_bulk_write | This is a generic endpoint for bulk write purpose. Use this endpoint when some actions are not implemented by connector. Just enter partial URL (Required), Body, Method, Header etc. Most parameters are optional except URL. |