Skip to content

Latest commit

 

History

History
53 lines (36 loc) · 1.11 KB

File metadata and controls

53 lines (36 loc) · 1.11 KB

{method name}

{description}

HTTP request

GET /drives

Request body

Do not provide a request body with this method.

Response

If successful, this method returns a collection of Drive resources for the available drives either for the current user or the target SharePoint site.

HTTP/1.1 200 OK
Content-Type: application/json

{
    "id": "0123456789abc"
}

Remarks

{Remarks}

Error response

See the Error Responses topic for more info about how errors are returned.