curl --location --request GET 'https://api.synap.ac/v3/player-emq-groups/'
{
"data": {
"id": "FID001",
"type": "PlayerEmqGroup",
"attributes": {
"instructions": "string",
"feedback": "string",
"hideQuestionStem": true,
"audioPlaybackLimit": 0,
"audioAutoPlay": true
},
"relationships": {
"feedbackImage": {
"data": {
"id": "FID001",
"type": "File"
}
},
"audioInstructions": {
"data": {
"id": "FID001",
"type": "File"
}
}
}
},
"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": {}
}
}
}
]
}