v1
latestOpenAPI 3.0.02026-08-064311,0881.3 MBcontentManagement
Get path of an item.
Get full path of a content item with the given identifier.
get/v2/content/{contentId}/path
Path parameters
contentIdstring required
Identifier of the content item to get the path.
Response
Full path of the content item.
Example response
{
"path": "/Library/Users/user@test.com/SampleFolder",
"pathItems": [
{
"id": "0000000013D98A2A",
"name": "Test Folder",
"description": "This is a test folder"
}
]
}