curl --location --request GET 'https://api.synap.ac/v3/study-items/'
{
"data": {
"id": "FID001",
"type": "StudyItem",
"attributes": {},
"relationships": {
"owner": {
"data": {
"id": "FID001",
"type": "User"
}
},
"quiz": {
"data": {
"id": "FID001",
"type": "Quiz"
}
},
"collection": {
"data": {
"id": "FID001",
"type": "Collection"
}
},
"study": {
"data": {
"id": "FID001",
"type": "Study"
}
}
}
},
"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": {}
}
}
}
]
}