Overview
The ia:system resource provides links to query MediaCentral Newsroom Management system data.
Properties
The ia:system resource has no properties.
Link Relations
Get the system colors. |
|
Get a systemform by its name. |
|
Get the list of system forms. |
|
Get the system’s MOS map. |
|
Get a printing style by its id. |
|
Get the list of all printing styles. |
|
Get presenter’s read rate. |
|
Get a script template by id. |
|
Get the list of all script templates. |
|
Get a system token by its id. |
Description
The ia:system resource provides links to query MediaCentral Newsroom Management system data.
Examples
Example: ia:system
{ "_links": { "curies": [ { "name": "ia", "href": "https://developer.avid.com/ctms/api/ia/linkrels/{rel}.html", "templated": true } ], "ia:colors": { "href": "https://host/.." }, "ia:form-by-name": { "href": "https://host/..", "templated": true }, "ia:forms": { "href": "https://host/.." }, "ia:mos-map": { "href": "https://host/.." }, "ia:print-style-by-id": { "href": "https://host/..", "templated": true }, "ia:print-styles": { "href": "https://host/.." }, "ia:readrate-by-presenter": { "href": "https://host/..", "templated": true }, "ia:script-template-by-id": { "href": "https://host/..", "templated": true }, "ia:script-templates": { "href": "https://host/.." }, "ia:token-by-id": { "href": "https://host/..", "templated": true }, "self": { "href": "https://host/.." } } }