curl --location --request GET 'https://api.synap.ac/v3/assignment-item-zips/'
{
"data": {
"id": "FID001",
"type": "AssignmentItemZip",
"attributes": {
"title": "string",
"description": "string",
"customLabel": "string",
"startDate": "2019-08-24T14:15:22Z",
"endDate": "2019-08-24T14:15:22Z",
"timeSpentInMinutes": 0,
"status": "locked",
"isReviewRequired": true,
"type": "AssignmentItemZip",
"shouldPreview": true,
"allowDownload": true
},
"relationships": {
"assignment": {
"data": {
"id": "FID001",
"type": "Assignment"
}
},
"owner": {
"data": {
"id": "FID001",
"type": "User"
}
},
"internalReview": {
"data": {
"id": "FID001",
"type": "InternalReview"
}
},
"sharedReview": {
"data": {
"id": "FID001",
"type": "SharedReview"
}
},
"bar": {
"data": {
"id": "FID001",
"type": "Bar"
}
}
}
},
"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": {}
}
}
}
]
}