Create Asset Folder

Create an Asset Folder within a given site

Required scope | assets:write

Path parameters

site_idstringRequiredformat: "objectid"
Unique identifier for a Site

Headers

AuthorizationstringRequired

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

Request

This endpoint expects an object.
displayNamestringRequired
A human readable name for the Asset Folder
parentFolderstringOptional

An (optional) pointer to a parent Asset Folder (or null for root)

Response

Request was successful
idstring or nullformat: "objectid"
Unique identifier for the Asset Folder
displayNamestring or null
User visible name for the Asset Folder
parentFolderstring or null

Pointer to parent Asset Folder (or null if root)

assetslist of strings or null
Array of Asset instances in the folder
siteIdstring or nullformat: "objectid"
The unique ID of the site the Asset Folder belongs to
createdOnstring or nullformat: "date-time"
Date that the Asset Folder was created on
lastUpdatedstring or nullformat: "date-time"
Date that the Asset Folder was last updated on

Errors