{
"id": "<string>",
"type": "export-schedules",
"attributes": {
"name": "<string>",
"description": "<string>",
"active": true,
"locale": "<string>",
"export_type": "<string>",
"cron": "<string>",
"next_run_at": "<string>",
"last_run_at": "<string>",
"export_filter": {},
"format": "<string>",
"should_notify_user": true,
"created_at": "<string>",
"updated_at": "<string>"
},
"links": {
"self": "<string>"
},
"relationships": {
"user": {
"data": {
"type": "<string>",
"id": "<string>"
},
"links": {
"self": "<string>"
}
},
"activities": {
"data": [
{
"type": "<string>",
"id": "<string>"
}
],
"links": {
"self": "<string>"
}
},
"exports": {
"data": [
{
"type": "<string>",
"id": "<string>"
}
],
"links": {
"self": "<string>"
}
},
"destinations": {
"data": [
{
"type": "<string>",
"id": "<string>"
}
],
"links": {
"self": "<string>"
}
}
},
"meta": {
"exports_count": 123,
"exports_total_rows": 123,
"exports_count_successful": 123,
"exports_count_failed": 123
}
}Scalar reference catalog
ExportSchedule
⌘I