API Docs / Operations / Third-Party Connections / List Storage Locations

List Storage Locations

GET /tenants/{tenant}/connections/{code}/storage-locations

Lists storage locations (e.g. SharePoint sites and their document libraries) available through this connection. Uses cached data by default; pass refresh=true to re-query the platform API.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

code* path string
refresh query boolean

Responses

200 OK
400 Bad Request
401 Unauthorized – Invalid or missing API key
404 Not Found

Try it