# Get Endpoint - GetDriveOfSharePointSiteById

Loads OneDrive drives of provided SharePoint site.

# HTTP Request

One of the following requests should be made:

GET /api/syncjobs/sharepoint/site/drives({siteId})
GET /api/syncjobs/sharepoint/site/drives/{siteId}

# Path parameters

Name Description
siteId required

# Request headers

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.
Last updated: February 14, 2025 at 8:26 AM