curl --location --request GET 'https://api.synap.ac/v3/assignment-item-reviews/?include'
{
"data": {
"id": "FID001",
"type": "AssignmentItemReview",
"attributes": {
"body": "string",
"scope": "shared"
},
"relationships": {
"assignmentItem": {
"data": {
"id": "FID001",
"type": "AssignmentItemAudio"
}
},
"supportingContent": {
"data": {
"id": "FID001",
"type": "Content"
}
}
}
},
"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": {}
}
}
}
]
}