Skip to main content
GET
/
api
/
Integrations
/
Users
/
OneDrive
/
{DocId}
cURL
curl --request GET \
  --url https://api.example.com/api/Integrations/Users/OneDrive/{DocId}
{
  "id": "<string>",
  "name": "<string>",
  "webUrl": "<string>",
  "webDavUrl": "<string>",
  "@microsoft.graph.downloadUrl": "<string>"
}

Path Parameters

docId
integer<int32>
required

Response

200 - application/json

OK

id
string | null
name
string | null
webUrl
string | null
webDavUrl
string | null
@microsoft.graph.downloadUrl
string | null