Categories (Folders)

You can create assets in any folder known by your users, or move an existing asset into a folder. The asset stores the folder information in an attribute called category.

To create or move an asset into a folder, add a category to the asset as an object, using the category attribute. Add the ID of the category.

Sample Asset with Category 

1{
2  "name": "NTO Welcome Series Email",
3  "assetType": {
4    "id": 207,
5    "name": "templatebasedemail"
6  },
7  "category": { "id": 1234567 }
8}

Related Items