Get Endpoint - GetDriveOfSharePointSiteById
Loads OneDrive drives of provided SharePoint site.
HTTP Request
One of the following requests should be made:
Path parameters
| Name | Description |
| siteId | required |
| Name | Description |
| Authorization | required. Bearer {token}. See authorization |
Responses
| Code | Description | Type |
200 | List of OneDrive drives of provided SharePoint site. | array OneDriveItemDto |
401 | If access is not allowed with the given credentials/data. | |
500 | Loading SharePoint site OneDrive drives has failed due to an internal server error. | |