curl --location --request GET 'https://api.synap.ac/v3/collection-progresses?limit=&offset='
{
"data": [
{
"id": "FID001",
"type": "CollectionProgress",
"attributes": {
"percentageSeen": 0,
"tally": {
"unseen": 0,
"seen": 0,
"updated": 0,
"new": 0
},
"progress": [
{
"collectionItemId": "string",
"targetId": "string",
"targetType": "test",
"status": "string",
"lastSeen": "string",
"firstSeen": "string",
"timesSeen": 0
}
]
},
"relationships": {
"owner": {
"data": {
"id": "FID001",
"type": "User"
}
},
"collection": {
"data": {
"id": "FID001",
"type": "Collection"
}
}
}
}
],
"meta": {
"total": 0,
"totalWithoutFilters": 0,
"pages": 0,
"page": 0,
"offset": 0,
"limit": 0,
"totalCount": 0,
"resultCount": 0,
"totalPages": 0,
"currentPage": 0
}
}