1. The Asset Folder Object

The Asset Folder Object

Properties

  • 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
     },
}