curl --location --request GET 'https://api.synap.ac/v3/collection-items?limit=&offset='
{
"data": [
{
"id": "FID001",
"type": "CollectionItemAudio",
"attributes": {
"title": "string",
"description": "string",
"shortDescription": "string",
"customLabel": "string",
"type": "audio",
"isPreviewOnly": true,
"releaseStatus": "available",
"studyEnabled": true,
"attr": {}
},
"relationships": {
"collection": {
"data": {
"id": "FID001",
"type": "Collection"
}
},
"folder": {
"data": {
"id": "FID001",
"type": "CollectionFolder"
}
},
"subFolder": {
"data": {
"id": "FID001",
"type": "CollectionSubFolder"
}
},
"coverImage": {
"data": {
"id": "FID001",
"type": "File"
}
},
"audio": {
"data": {
"id": "FID001",
"type": "Content"
}
}
}
}
],
"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": {}
}
}
}
],
"meta": {
"total": 0,
"totalWithoutFilters": 0,
"pages": 0,
"page": 0,
"offset": 0,
"limit": 0,
"totalCount": 0,
"resultCount": 0,
"totalPages": 0,
"currentPage": 0
}
}