Task
Parameters
- id (optional)
- UUID
The unique identifier of the task. format: uuid
- name (optional)
- String
The name of the task.
- description (optional)
- String
The description of the task.
- type (optional)
- String
The type of the task.
- created (optional)
- Date
The creation date in RFC 3339 format based on the UTC time standard. format: date-time
- lastUpdate (optional)
- Date
The date of the last update in RFC 3339 format based on the UTC time standard. format: date-time
- lastExecution (optional)
- Date
The date of the last execution in RFC 3339 format based on the UTC time standard. format: date-time
- enabled (optional)
- Boolean
Indicates whether this task is enabled (true) or disabled.
- appId (optional)
- String
The ID of the related app.