Skip to content

The Asset Folder Object

This is an object representing an asset folder in a space.

  • id number

    The numeric ID

  • name string

    Display name of your asset folder

  • parent_id number

    Parent asset folder id

  • uuid string

    UUID of the folder

  • parent_uuid string

    UUID of the parent folder

Example Object
{
"asset_folder":
{
"id": 123123,
"name": " Storyblok assets",
"parent_id": null,
"uuid": "635b8e1-5fc0-4c43-83a0-08d090dsa8bd50",
"parent_uuid": null
},
}