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 the list of system forms. |
|
Get a systemform by its name. |
|
Get the system’s MOS map. |
|
Get the list of all printing styles. |
|
Get a printing style by its id. |
|
Get the list of all script templates. |
|
Get a script template by id. |
|
Get a system token by its id. |
|
Get presenter’s read rate. |
Description
The ia:system resource provides links to query MediaCentral Newsroom Management system data.
Examples
Example: ia:system
{
"_links": {
"curies": [
{
"name": "ia",
"href": "http://services.avid.com/apis/inews/assets/{rel}",
"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/.."
}
}
}