{{sidenavigation.sidenavigationExpandLabel}}
{{getMsg('Help_YouAreHere')}}: {{page.title}} {{page.title}}
{{$root.getMsg("downLoadHelpAsPdf")}} {{helpModel.downloadHelpPdfDataStatus}}

JSON representation of the series definition

The following table contains description of series definition which may be included in the JSON response of the command /<TaskID>.

Field Value Type Description Import / Execute
id string The ID of the series type ✳️
properties object Settings of the series ✳️

Import and Execute availability legend

  • ✳️ Required: has to be set in order to create a valid series

Examples

{
  "id": "series.json",
  "properties": {
    "file": "E:\\json\\data.json"
  }
}
{
  "id": "series.folder",
  "properties": {
    "filter": "*.txt",
    "folder": "E:\\Documents"
  }
}
i-net CoWork
This application uses cookies to allow login. By continuing to use this application, you agree to the use of cookies.


Help - JSON representation of the series definition