Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 989 Bytes

api-template.md

File metadata and controls

49 lines (32 loc) · 989 Bytes

{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.