Get Asset Folder

Get details about a specific Asset Folder

Required scope | assets:read

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

asset_folder_idstringRequiredformat: "objectid"
Unique identifier for an Asset Folder

Response

Request was successful
idstringformat: "objectid"
Unique identifier for the Asset Folder
displayNamestring
User visible name for the Asset Folder
parentFolderstring

Pointer to parent Asset Folder (or null if root)

assetslist of strings
Array of Asset instances in the folder
siteIdstringformat: "objectid"
The unique ID of the site the Asset Folder belongs to
createdOnstringformat: "date-time"
Date that the Asset Folder was created on
lastUpdatedstringformat: "date-time"
Date that the Asset Folder was last updated on

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error