Resource ia:queues

Overview

The ia:queues resource provides links to query and manipulate MediaCentral Newsroom Management Queues.

Properties

The ia:queues resource has no properties.

ia:queue-by-id

Get a ia:queue by its id

ia:queue-attributes-by-id

Get the ia:queue-attributes of a queue

ia:queue-stories-by-id

Get the list of stories in a queue

ia:delete-queue-by-id

Delete a queue or searchqueue by its id

ia:copy-queue-stories-by-id

Copy stories from a queue to another queue

ia:move-queue-stories-by-id

Move stories from a queue to another queue

ia:order-queue-stories-by-id

Change the order of stories in a queue

ia:group-queue-stories-by-id

Group stories in a queue

ia:ungroup-queue-stories-by-id

Dissolve a group of stories, without changing their order.

ia:delete-queue-stories-by-id

Delete stories in a queue.

ia:subscribe-to-queue-notifications-by-id

Subscribe to queue notifications

ia:unsubscribe-from-queue-notifications-by-id

Subscribe to queue notifications

ia:get-status-of-queue-notifications-by-id

Subscribe to queue notifications

Description

The ia:queues resource provides links to query and manipulate MediaCentral Newsroom Management Queues.

Examples

Example: ia:queues
 
{
  "_links": {
    "curies": [
      {
        "name": "ia",
        "href": "http://services.avid.com/apis/inews/assets/{rel}",
        "templated": true
      }
    ],
    "ia:copy-queue-stories-by-id": {
      "href": "https://host/..",
      "templated": true
    },
    "ia:delete-queue-by-id": {
      "href": "https://host/..",
      "templated": true
    },
    "ia:delete-queue-stories-by-id": {
      "href": "https://host/..",
      "templated": true
    },
    "ia:group-queue-stories-by-id": {
      "href": "https://host/..",
      "templated": true
    },
    "ia:move-queue-stories-by-id": {
      "href": "https://host/..",
      "templated": true
    },
    "ia:order-queue-stories-by-id": {
      "href": "https://host/..",
      "templated": true
    },
    "ia:queue-attributes-by-id": {
      "href": "https://host/..",
      "templated": true
    },
    "ia:queue-by-id": {
      "href": "https://host/..",
      "templated": true
    },
    "ia:queue-stories-by-id": {
      "href": "https://host/..",
      "templated": true
    },
    "ia:ungroup-queue-stories-by-id": {
      "href": "https://host/..",
      "templated": true
    },
    "self": {
      "href": "https://host/.."
    }
  }
}