curl --location --request GET 'https://api.synap.ac/v3/attempt-overrides'
{
"data": [
{
"id": "FID001",
"type": "AttemptOverride",
"attributes": {
"overrides": [
"score"
],
"comment": "string",
"grade": {
"oldValue": "string",
"newValue": "string",
"isOriginal": true
},
"score": {
"oldValue": "string",
"newValue": "string",
"isOriginal": true
},
"points": {
"oldValue": "string",
"newValue": "string",
"isOriginal": true
},
"credits": {
"oldValue": "string",
"newValue": "string",
"isOriginal": true
},
"penalties": {
"oldValue": "string",
"newValue": "string",
"isOriginal": true
},
"reverted": true
},
"relationships": {
"attempt": {
"data": {
"id": "FID001",
"type": "Attempt"
}
},
"owner": {
"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": {}
}
}
}
]
}