by=question
by=attempt
curl --location --request GET 'https://api.synap.ac/v3/markers-inbox-items?limit=&offset='
{
"data": [
{
"id": "FID001",
"type": "MarkersInboxItem",
"attributes": {
"submittedAt": "string",
"submissionStatus": "onTime",
"markingStatus": "notStarted",
"markingSessions": [
{
"sessionId": "string",
"markerRole": "provisional"
}
]
},
"relationships": {
"attempt": {
"data": {
"id": "FID001",
"type": "Attempt"
}
},
"examV2": {
"data": {
"id": "FID001",
"type": "Exam-V-2"
}
},
"candidate": {
"data": {
"id": "FID001",
"type": "User"
}
},
"question": {
"data": {
"id": "FID001",
"type": "QuizQuestion"
}
}
}
}
],
"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,
"unmarkedCount": 0,
"unmarkedMeanWaitDays": 0,
"unmarkedMaxWaitDays": 0,
"markedCount": 0,
"markedWeeklyRollingCount": 0,
"unmarkedResponseCount": 0,
"markedResponseCount": 0
}
}