curl --location --request GET 'https://api.synap.ac/v3/scorm-courses/'
{
"data": {
"id": "FID001",
"type": "ScormCourse",
"attributes": {
"createdAt": "string",
"updatedAt": "string",
"title": "string",
"fileName": "string",
"shortDescription": "string",
"description": "string",
"importState": "pending"
},
"relationships": {
"owner": {
"data": {
"id": "FID001",
"type": "User"
}
},
"subPortal": {
"data": {
"id": "FID001",
"type": "SubPortal"
}
},
"scormFile": {
"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": {}
}
}
}
]
}