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"
  }
}