Media
Get media detail
Get detailed information about a specific media file
get/boxes/{boxId}/media/albums/{albumName}/media/{mediaName}
Path parameters
boxIdstring required
Example:c9bdc193-b54b-4ddb-a035-5ac0c598d32d
Box ID
albumNamestring required
Example:Pictures
Album name
mediaNamestring required
Example:IMG_001.jpg
Media name
Response
Media detail
Example response
{
"mimeType": "image/jpeg",
"name": "IMG_001.jpg",
"path": "/sdcard/albums/vacation/IMG_001.jpg",
"size": "2.5MB",
"lastModified": "2021-01-01T00:00:00Z"
}