Resource ia:print-style

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:

  • systemType

  • systemID

  • type

  • id

common

Common attributes:

  • name

  • creator

  • created

  • modifier

  • modified

  • …​

ia:print-style-content

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": "http://services.avid.com/apis/inews/assets/{rel}",
        "templated": true
      }
    ],
    "ia:print-style-content": {
      "href": "https://host/.."
    },
    "self": {
      "href": "https://host/.."
    }
  }
}