Link relation loc:move-items

Overview

Move multiple items to the folder collection. The following entities can be moved:

  • location items

  • folders (including all items and sub folders)

HTTP method

POST

URI template variables

-

Query parameters

override-reservations

Override the reservation on the asset. Only for MediaCentral Production Management and MediaCentral Asset Management. See below for details.

Request body

An array of JSON objects, each containing the base properties of an item to be moved.

Example:

[
  {
    "base": {
      "id": "DH38940DHJFIDS39849032",
      "type": "asset.VIDEO",
      "systemType": "interplay-mam",
      "systemID": "5648ef56-ba22-4381-a0d7-b44837a8a754"
  },
  {
    "base": {
      "id": "93485JKLSFJH23848937",
      "type": "asset.AUDIO",
      "systemType": "interplay-mam",
      "systemID": "5648ef56-ba22-4381-a0d7-b44837a8a754"
  }
]

HTTP response

200 OK

Response body

An array of results for the given items.

Available in

Information for specific systems

MediaCentral Production Management

Query parameter

Description

override-reservations

Defines how to deal with reservations. One of:

  • none: Do not override any reservation. This is the default if the query parameter is not given or empty.

  • metadata: Override reservations on assets.

  • all: Override all reservations.