{
"data": {
"type": "MarkingEntry",
"attributes": {
"rubricMarks": {},
"credits": 0,
"penalties": 0,
"status": "pending",
"escalationReason": {
"slug": "string",
"label": "string",
"description": "string",
"comment": "string"
},
"escalationResponse": "string",
"candidateFeedback": "string"
},
"relationships": {
"owner": {
"data": {
"id": "FID001",
"type": "User"
}
},
"candidate": {
"data": {
"id": "FID001",
"type": "User"
}
},
"portal": {
"data": {
"id": "FID001",
"type": "Portal"
}
},
"attempt": {
"data": {
"id": "FID001",
"type": "Attempt"
}
},
"response": {
"data": {
"id": "FID001",
"type": "PlayerAudioResponse"
}
},
"question": {
"data": {
"id": "FID001",
"type": "QuizQuestion"
}
},
"markingSession": {
"data": {
"id": "FID001",
"type": "MarkingSession"
}
}
}
}
}
curl --location --request POST 'https://api.synap.ac/v3/marking-entries' \
--header 'Content-Type: application/vnd.api+json' \
--data-raw '{
"data": {
"type": "MarkingEntry",
"attributes": {
"rubricMarks": {},
"credits": 0,
"penalties": 0,
"status": "pending",
"escalationReason": {
"slug": "string",
"label": "string",
"description": "string",
"comment": "string"
},
"escalationResponse": "string",
"candidateFeedback": "string"
},
"relationships": {
"owner": {
"data": {
"id": "FID001",
"type": "User"
}
},
"candidate": {
"data": {
"id": "FID001",
"type": "User"
}
},
"portal": {
"data": {
"id": "FID001",
"type": "Portal"
}
},
"attempt": {
"data": {
"id": "FID001",
"type": "Attempt"
}
},
"response": {
"data": {
"id": "FID001",
"type": "PlayerAudioResponse"
}
},
"question": {
"data": {
"id": "FID001",
"type": "QuizQuestion"
}
},
"markingSession": {
"data": {
"id": "FID001",
"type": "MarkingSession"
}
}
}
}
}'
{
"data": {
"id": "FID001",
"type": "MarkingEntry",
"attributes": {
"rubricAreas": [
{}
],
"rubricMarks": {},
"maxPoints": 0,
"points": 0,
"credits": 0,
"penalties": 0,
"role": "provisional",
"status": "pending",
"escalationReason": {
"slug": "string",
"label": "string",
"description": "string",
"comment": "string"
},
"escalationResponse": "string",
"disabled": true,
"conflict": true,
"timeMarked": "string",
"final": true,
"candidateFeedback": "string"
},
"relationships": {
"owner": {
"data": {
"id": "FID001",
"type": "User"
}
},
"candidate": {
"data": {
"id": "FID001",
"type": "User"
}
},
"portal": {
"data": {
"id": "FID001",
"type": "Portal"
}
},
"attempt": {
"data": {
"id": "FID001",
"type": "Attempt"
}
},
"response": {
"data": {
"id": "FID001",
"type": "PlayerAudioResponse"
}
},
"question": {
"data": {
"id": "FID001",
"type": "QuizQuestion"
}
},
"markingSession": {
"data": {
"id": "FID001",
"type": "MarkingSession"
}
}
}
}
}