Resource ia:forms

Overview

The ia:forms resource represents a list of all forms in an MediaCentral Newsroom Management system.

Properties

The ia:forms resource has the following properties:

forms

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

totalElements

The total number of forms.

The ia:forms resource has no link relations.

Description

The ia:forms resource represents a list of all forms in an MediaCentral Newsroom Management system.

Examples

Example: ia:forms
 
{
  "forms": [
    {
      "base": {
        "id": "ACCOUNT",
        "type": "form",
        "systemID": "841ab99b-a391-4bb5-b9bf-d6d8ba82798e",
        "systemType": "inews"
      },
      "common": {
        "name": "ACCOUNT"
      },
      "_links": {
        "ia:form-nsml": {
          "href": "http://host/…​"
        },
        "self": {
          "href": "http://host/…​"
        }
      }
    },
    …​
  ],
  "totalElements": 45,
  "_links": {
    "curies": [
      {
        "name": "ia",
        "href": "http://services.avid.com/apis/inews/assets/{rel}",
        "templated": true
      }
    ],
    "self": {
      "href": "http://host/…​"
    }
  }
}