curl --location --request GET 'https://api.synap.ac/v3/marking-sessions?limit=&offset='
{
"data": [
{
"id": "FID001",
"type": "MarkingSession",
"attributes": {
"role": "provisional",
"mode": "attempt",
"status": "pending",
"createdAt": "string",
"timeStarted": "string",
"timeCompleted": "string"
},
"relationships": {
"owner": {
"data": {
"id": "FID001",
"type": "User"
}
},
"candidate": {
"data": {
"id": "FID001",
"type": "User"
}
},
"markingEntries": {
"data": [
{
"id": "FID001",
"type": "MarkingEntry"
}
]
},
"exam": {
"data": {
"id": "FID001",
"type": "Exam-V-2"
}
},
"attempt": {
"data": {
"id": "FID001",
"type": "Attempt"
}
},
"portal": {
"data": {
"id": "FID001",
"type": "Portal"
}
},
"legacyResponses": {
"data": [
{
"id": "FID001",
"type": "Response"
}
]
},
"responses": {
"data": [
{
"id": "FID001",
"type": "PlayerAudioResponse"
}
]
},
"questions": {
"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
}
}