{
"data": {
"type": "ExportEnrichedAttempt",
"attributes": {
"backgroundJobId": "string",
"filter": {
"portalId": "string",
"origin": {
"type": "assignmentGroup",
"value": "string",
"values": [
"string"
]
},
"propertyFilters": [
{
"type": "assignedMarker",
"value": "string",
"values": [
"string"
]
}
],
"dateFilter": {
"type": "completedAt",
"start": "string",
"end": "string"
},
"sort": {
"type": "createdAt",
"order": "ascending"
}
},
"breakdown": "question",
"includes": [
"sections"
],
"useSource": true
},
"relationships": {}
}
}
curl --location --request POST 'https://api.synap.ac/v3/export-enriched-attempts' \
--header 'Content-Type: application/vnd.api+json' \
--data-raw '{
"data": {
"type": "ExportEnrichedAttempt",
"attributes": {
"backgroundJobId": "string",
"filter": {
"portalId": "string",
"origin": {
"type": "assignmentGroup",
"value": "string",
"values": [
"string"
]
},
"propertyFilters": [
{
"type": "assignedMarker",
"value": "string",
"values": [
"string"
]
}
],
"dateFilter": {
"type": "completedAt",
"start": "string",
"end": "string"
},
"sort": {
"type": "createdAt",
"order": "ascending"
}
},
"breakdown": "question",
"includes": [
"sections"
],
"useSource": true
},
"relationships": {}
}
}'
{
"data": {
"id": "FID001",
"type": "ExportEnrichedAttempt",
"attributes": {
"backgroundJobId": "string",
"filter": {
"portalId": "string",
"origin": {
"type": "assignmentGroup",
"value": "string",
"values": [
"string"
]
},
"propertyFilters": [
{
"type": "assignedMarker",
"value": "string",
"values": [
"string"
]
}
],
"dateFilter": {
"type": "completedAt",
"start": "string",
"end": "string"
},
"sort": {
"type": "createdAt",
"order": "ascending"
}
},
"breakdown": "question",
"includes": [
"sections"
],
"useSource": true
},
"relationships": {}
}
}