Link relation loc:create-folder

Overview

Add a folder to a folder collection.

HTTP method

POST

URI template variables

-

Query parameters

-

Request body

The base properties of the folder to be created. Example:

{
    "common": {
        "name": "Created Folder's Name"
    }
}

Example for creating a folder in MediaCentral | Production Management along with additional attributes:

{
    "common": {
        "name": "Created Folder's Name"
    }
    "attributes": [
        {
            "name": "Comments",
            "value": "example comment",
            "type": "string"
        },
        {
            "name": "com.avid.workgroup.Property.Category",
            "value": [
                {
                    "index": 0,
                    "value": "comedy"
                },
                {
                    "index": 1,
                    "value": "news"
                }
            ],
            "type": "multiValue"
        },
    ]
}

HTTP response

Response body

The new item

Available in

Description

Properties that can be set when creating the folder:

System type

Properties that can be set

MediaCentral | Production Management

  • common attribute "name"

  • property "attributes" with additional folder attributes

MediaCentral | Asset Management