Resource ia:script-templates

Overview

The ia:script-templates resource represents the list of script templates defined in a MediaCentral Newsroom Management system.

Properties

The ia:script-templates resource has the following properties:

script-templates

An array of common objects. Each object represents one script template in the MediaCentral Newsroom Management system. See ia:script-template resource for details.

The ia:script-templates resource has no link relations.

Description

The ia:script-templates resource represents the list of script templates defined in a MediaCentral Newsroom Management system.

Examples

Example: ia:script-templates
 
{
  "script-templates": [
    {
      "base": {
        "id": "BOX",
        "type": "story",
        "systemID": "INEWS6",
        "systemType": "inews"
      },
      "common": {
        "name": "BOX"
      },
      "_links": {
        "ia:sctipt-template-nsml": {
          "href": "https://host/.."
        },
        "self": {
          "href": "https://host/.."
        }
      }
    },
    {
      "base": {
        "id": "MORE_VO",
        "type": "story",
        "systemID": "INEWS6",
        "systemType": "inews"
      },
      "common": {
        "name": "MORE_VO"
      },
      "_links": {
        "ia:sctipt-template-nsml": {
          "href": "https://host/.."
        },
        "self": {
          "href": "https://host/.."
        }
      }
    },
    {
      "base": {
        "id": "ON_CAM",
        "type": "story",
        "systemID": "INEWS6",
        "systemType": "inews"
      },
      "common": {
        "name": "ON_CAM"
      },
      "_links": {
        "ia:sctipt-template-nsml": {
          "href": "https://host/.."
        },
        "self": {
          "href": "https://host/.."
        }
      }
    },
    {
      "base": {
        "id": "TAKE_GFX",
        "type": "story",
        "systemID": "INEWS6",
        "systemType": "inews"
      },
      "common": {
        "name": "TAKE_GFX"
      },
      "_links": {
        "ia:sctipt-template-nsml": {
          "href": "https://host/.."
        },
        "self": {
          "href": "https://host/.."
        }
      }
    },
    {
      "base": {
        "id": "TAKE_LIVE",
        "type": "story",
        "systemID": "INEWS6",
        "systemType": "inews"
      },
      "common": {
        "name": "TAKE_LIVE"
      },
      "_links": {
        "ia:sctipt-template-nsml": {
          "href": "https://host/.."
        },
        "self": {
          "href": "https://host/.."
        }
      }
    },
    …​
  ],
  "_links": {
    "curies": [
      {
        "name": "ia",
        "href": "http://services.avid.com/apis/inews/assets/{rel}",
        "templated": true
      }
    ],
    "self": {
      "href": "https://host/.."
    }
  }
}