Overview
The ia:print-styles resource represents the list of printing styles defined in an MediaCentral Newsroom Management system.
Properties
The ia:print-styles resource has the following properties:
print-styles |
An array of common objects. Each object represents one printing style in the MediaCentral Newsroom Management system. See ia:print-style resource for details. |
---|
Link Relations
The ia:print-styles resource has no link relations.
Description
The ia:print-styles resource represents the list of printing styles defined in an MediaCentral Newsroom Management system.
Examples
Example: ia:print-styles
{ "print-styles": [ { "base": { "id": "005-RUNDOWN", "type": "print-style", "systemID": "INEWS6", "systemType": "inews" }, "common": { "name": "RUNDOWN" }, "_links": { "ia:print-style-content": { "href": "https://host/.." }, "self": { "href": "https://host/.." } } }, { "base": { "id": "006-WYSIWYG", "type": "print-style", "systemID": "INEWS6", "systemType": "inews" }, "common": { "name": "WYSIWYG" }, "_links": { "ia:print-style-content": { "href": "https://host/.." }, "self": { "href": "https://host/.." } } }, { "base": { "id": "010-ASSIGNMENT", "type": "print-style", "systemID": "INEWS6", "systemType": "inews" }, "common": { "name": "ASSIGNMENT" }, "_links": { "ia:print-style-content": { "href": "https://host/.." }, "self": { "href": "https://host/.." } } } ], "_links": { "curies": [ { "name": "ia", "href": "https://developer.avid.com/ctms/api/ia/linkrels/{rel}.html", "templated": true } ], "self": { "href": "https://host/.." } } }