latestOpenAPI 3.0.02026-08-10171532.2 KB
c6c3717d477d
Task
View a task of a schedule
get/schedules/{scheduleId}/tasks
Path parameters
scheduleIdstring required
Schedule ID
Response
successfully retrieved task
Example response
{
"recipient_count": 1,
"label": "Sales overview",
"filename": "Sales",
"subject": "Weekly update",
"mailinglists": [
"5",
"7"
],
"emails": [
{
"email": "john@company.com"
}
],
"send_type": "bcc",
"active": true,
"save": true,
"notify_on_failure": true,
"csv_delimiter": ",",
"csv_extension": "csv",
"views": [
{
"order": 1,
"export_types": 2,
"filters": [
{
"id": "temp-key-234",
"key": "Region",
"value": "North"
}
]
}
],
"templates": [
{
"label": "company logo",
"position": "header-right",
"is_global": true,
"body": "Hi {name}, Please see the overview below...",
"img_url": "https://website.com/images/company-logo.png",
"img_width": 200,
"img_height": 200,
"img_align": "right"
}
]
}