Resource ia:system

Overview

The ia:system resource provides links to query MediaCentral Newsroom Management system data.

Properties

The ia:system resource has no properties.

ia:colors

Get the system colors.

ia:forms

Get the list of system forms.

ia:form-by-name

Get a systemform by its name.

ia:mos-map

Get the system’s MOS map.

ia:print-styles

Get the list of all printing styles.

ia:print-style-by-id

Get a printing style by its id.

ia:script-templates

Get the list of all script templates.

ia:script-template-by-id

Get a script template by id.

ia:token-by-id

Get a system token by its id.

ia:readrate-by-presenter

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/.."
    }
  }
}