Overview
The ia:print-style resource represents a printing style in the MediaCentral Newsroom Management system.
Properties
The ia:print-style resource has the following properties:
base |
Base identifier of the print-style. The property is a JSON object with the following sub properties:
|
---|---|
common |
Common attributes:
|
Link Relations
Get a text representation of a printing style. |
Description
The ia:print-style resource represents a printing style in the MediaCentral Newsroom Management system.
Examples
Example: ia:print-style
{
"base": {
"id": "005-RUNDOWN",
"type": "print-style",
"systemID": "INEWS6",
"systemType": "inews"
},
"common": {
"name": "RUNDOWN"
},
"_links": {
"curies": [
{
"name": "ia",
"href": "https://developer.avid.com/ctms/api/ia/linkrels/{rel}.html",
"templated": true
}
],
"ia:print-style-content": {
"href": "https://host/.."
},
"self": {
"href": "https://host/.."
}
}
}