Get Asset Folder

Get details about a specific Asset Folder

Required scope | assets:read

Path parameters

asset_folder_idstringRequiredformat: "objectid"

Unique identifier for an Asset Folder

Headers

AuthorizationstringRequired

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

Response

Request was successful

idstringOptionalformat: "objectid"

Unique identifier for the Asset Folder

displayNamestringOptional

User visible name for the Asset Folder

parentFolderstringOptional

Pointer to parent Asset Folder (or null if root)

assetslist of stringsOptional

Array of Asset instances in the folder

siteIdstringOptionalformat: "objectid"

The unique ID of the site the Asset Folder belongs to

createdOnstringOptionalformat: "date-time"

Date that the Asset Folder was created on

lastUpdatedstringOptionalformat: "date-time"

Date that the Asset Folder was last updated on

Errors