curl --location --request GET 'https://api.synap.ac/v3/markable-responses?limit=&offset='
{
"data": [
{
"id": "FID001",
"type": "MarkableResponse",
"attributes": {
"maxPoints": 0,
"outcome": "correct",
"points": 0,
"credit": 0,
"penalty": 0,
"markSchemeCriterion": [
{
"label": "string",
"maxCredits": 0,
"description": "string",
"credit": 0
}
],
"markSchemeCustomMarkingEnabled": true,
"markSchemeCustomMarkingMaxCredits": 0,
"markSchemeCustomMarkingstrategy": "cap",
"markerEntries": [
{
"entryIndex": 0,
"markerId": "string",
"marker": {
"id": "string",
"name": "string",
"profileImageURL": "string"
},
"marks": {},
"timestamp": "string"
}
],
"questionData": {},
"isCorrect": true,
"options": [
{}
],
"chosenOptions": [
{}
],
"correctOptions": [
{}
],
"candidateFeedback": "string",
"markersNotes": "string",
"sessionType": "provisional",
"sessionStatus": "waiting"
},
"relationships": {
"response": {
"data": {
"id": "FID001",
"type": "Response"
}
},
"attempt": {
"data": {
"id": "FID001",
"type": "Attempt"
}
},
"candidate": {
"data": {
"id": "FID001",
"type": "User"
}
}
}
}
],
"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
}
}