curl --location --request GET 'https://api.synap.ac/v3/external-exam-sittings'
{
"data": [
{
"id": "FID001",
"type": "ExternalExamSitting",
"attributes": {
"score": 0,
"date": "string",
"isPassed": true
},
"relationships": {
"mock": {
"data": {
"id": "FID001",
"type": "CollectionMock"
}
}
}
}
]
}