{
"id": "<string>",
"type": "export-destinations",
"attributes": {
"name": "<string>",
"destination_type": "<string>",
"active": true,
"options": {},
"error_message": "<string>",
"failed_at": "<string>",
"created_at": "<string>",
"updated_at": "<string>"
},
"links": {
"self": "<string>"
},
"relationships": {
"schedules": {
"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>"
}
}
}
}