| Name | Description | Type | Additional information | 
|---|---|---|---|
| ID | The ID of the task on the account. | globally unique identifier | None. | 
| TaskID | The ID of the task. | globally unique identifier | None. | 
| Name | The name of the task. | string | None. | 
| Enabled | Determines whether the task is active or inactive on the account. | boolean | None. | 
| Frequency | Displays how often the task is run on the account. | string | None. | 
| StartDate | Displays when the task will start running on the account. The format is the following:[YYYY-MM-DDTHH:MM:SSZ] | date | None. | 
| FinishDate | Displays when the task will finish running on the account. The format is the following:[YYYY-MM-DDTHH:MM:SSZ] | date | None. | 
| Parameters | Displays the parameters the task uses when it is running. | string | None. | 
| ContentType | Determines the format the parameters are in. Must be either application/json or application/xml. | string | None. | 
| Notification | Displays the notification settings for the task. | string | None. | 
| DateCreated | Displays when the task was created. | date | None. | 
| DateModified | Displays the last time the task was modified. | date | None. | 
| LastRunOn | Displays the last time the task was run. | date | None. | 
| LastRunBy | Displays which user was the last to run the task. | string | None. | 
| LastModifiedBy | Displays which user last modified the task. | string | None. | 
| Status | Displays the status of the task. | string | None. | 
| ClientID | globally unique identifier | None. |