Get a CloudObject
Security
bearerToken
- Productionhttps://api-v2.dash.app/cloud-connections/{id}/cloud-objects/{cloudObjectId}
- Staginghttps://api-v2.dashstaging.app/cloud-connections/{id}/cloud-objects/{cloudObjectId}
curl -i -X GET \
'https://api-v2.dash.app/cloud-connections/{id}/cloud-objects/{cloudObjectId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Success
The name of the cloud object. May or may not contain a file extension depending on the Cloud Drive implementation
Example:"My File"
The datetime the cloud file was last modified in ISO datetime format
Example:"2021-02-17T09:24:01.417Z"
Response
- FILE
- FOLDER
- FILE_SHORTCUT
- FOLDER_SHORTCUT
{ "id": "be161977-d44e-4888-af3c-66522e223963", "parentId": { "type": "ROOT_FOLDER" }, "name": "My File", "type": "FILE", "size": 15318362, "dateLastModified": "2021-02-17T09:24:01.417Z", "thumbnailUrl": "string", "iconUrl": "string" }