The following table contains descriptions of the JSON response of the command /<TaskID>.
RESPONSE Fields | Value Type | Description | Import / Execute |
---|---|---|---|
id | string | The globally unique ID of the task | ✅ |
name | string | The name of the task | ✅ |
description | string | The description of the task | ✅ |
owner | string | The name of the task's owner | ✅ |
ownerId | number | The accountId of the task's owner | ✅ |
active | boolean | True, if the task is active | ✅ |
series | null | If the task does not contain definition of the series | ✅ |
object | JSON representation of the series definition | ✅ | |
triggers | object array | JSON representation of the trigger | ✅ / ❌ |
jobs | object array | JSON representation of the job | ✅ |
resultactions | object array | JSON representation of the result action | ✅ |
nextexecution | number | 0 , if time of the next execution could not be determined | ❌ |
Milliseconds between the next execution time of the task and Unix epoch1) | ❌ | ||
lastmodified | number | Milliseconds between the last modification time of the task and Unix epoch2) | ❌ |
history | object array | JSON representation of the execution history record | ❌ |