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

URL template parameters

-

Query parameters

-

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