Overview
The ia:form resource represents a form in a MediaCentral Newsroom Management system.
Properties
The ia:form resource has the following properties:
base |
Base identifier of the folder. The property is a JSON object with the following sub properties:
|
---|---|
common |
Common attributes:
|
Link Relations
Returns the NSML representation of the form. |
Description
The ia:form resource represents a form in a MediaCentral Newsroom Management system.
Examples
Example: ia:form
{
"base": {
"id": "STORYFORM",
"type": "form",
"systemID": "YURII",
"systemType": "inews"
},
"common": {
"name": "STORYFORM"
},
"_links": {
"curies": [
{
"name": "ia",
"href": "http://services.avid.com/apis/inews/assets/{rel}",
"templated": true
}
],
"ia:form-nsml": {
"href": "http://host/…"
},
"self": {
"href": "http://host/…"
}
}
}