Overview
The ia:queues resource provides links to query and manipulate MediaCentral Newsroom Management Queues.
Properties
The ia:queues resource has no properties.
Link Relations
Get a ia:queue by its id |
|
Get the ia:queue-attributes of a queue |
|
Get the list of stories in a queue |
|
Delete a queue or searchqueue by its id |
|
Copy stories from a queue to another queue |
|
Move stories from a queue to another queue |
|
Change the order of stories in a queue |
|
Group stories in a queue |
|
Dissolve a group of stories, without changing their order. |
|
Delete stories in a queue. |
|
Subscribe to queue notifications |
|
Subscribe to queue notifications |
|
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/.."
}
}
}