curl --location --request GET 'https://api.synap.ac/v3/mobile/collection-items/'
{
"data": {
"id": "FID001",
"type": "MobileCollectionItem",
"attributes": {
"title": "string",
"collectionItemType": "audio",
"description": "string",
"imageUrl": "string",
"isPreviewOnly": true,
"canStudy": true
},
"relationships": {
"quiz": {
"data": {
"id": "FID001",
"type": "MobileQuiz"
}
},
"note": {
"data": {
"id": "FID001",
"type": "MobileNote"
}
},
"audio": {
"data": {
"id": "FID001",
"type": "MobileAudioContent"
}
},
"document": {
"data": {
"id": "FID001",
"type": "MobileDocumentContent"
}
},
"embed": {
"data": {
"id": "FID001",
"type": "MobileEmbedContent"
}
}
}
}
}