Link relation loc:add-items

Overview

Add multiple items to the folder collection. The following entities can be added:

  • assets

  • location items

  • folders

See Entities to add in loc:add-item for details.

HTTP method

POST

URL template parameters

-

Query parameters

-

Request body

An array of JSON objects to be added. See loc:add-item for the entities that can be added. Example:

[
  {
    "base": {
      "id": "DH38940DHJFIDS39849032",
      "type": "asset.VIDEO",
      "systemType": "interplay-mam",
      "systemID": "de283cca-8d6c-4f2c-a08c-73bebff0cc86"
  },
  {
    "base": {
      "id": "93485JKLSFJH23848937",
      "type": "asset.AUDIO",
      "systemType": "interplay-mam",
      "systemID": "de283cca-8d6c-4f2c-a08c-73bebff0cc86"
  }
]

HTTP response

Response body

An array of results for the given items.

Available in