curl --location --request GET 'https://api.synap.ac/v3/marking-entries?group&limit=&offset='
{
"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"
}
}
}
}
],
"included": [
{
"id": "FID001",
"type": "_User",
"attributes": {},
"relationships": {
"property1": {
"data": {
"id": "FID001",
"type": "_User"
},
"links": {
"self": "string",
"related": "string"
},
"meta": {}
},
"property2": {
"data": {
"id": "FID001",
"type": "_User"
},
"links": {
"self": "string",
"related": "string"
},
"meta": {}
}
}
}
],
"meta": {
"total": 0,
"totalWithoutFilters": 0,
"pages": 0,
"page": 0,
"offset": 0,
"limit": 0,
"totalCount": 0,
"resultCount": 0,
"totalPages": 0,
"currentPage": 0
}
}