curl --location --request GET 'https://api.synap.ac/v3/assignment-group-course-versions?limit=&offset='
{
"data": [
{
"id": "FID001",
"type": "AssignmentGroupCourseVersion",
"attributes": {
"id": "string",
"publishStrategy": "new-enrollees"
},
"relationships": {
"assignmentGroup": {
"data": {
"id": "FID001",
"type": "AssignmentGroup"
}
},
"backgroundJob": {
"data": {
"id": "FID001",
"type": "BackgroundJob"
}
},
"course": {
"data": {
"id": "FID001",
"type": "Course"
}
}
}
}
],
"meta": {
"total": 0,
"totalWithoutFilters": 0,
"pages": 0,
"page": 0,
"offset": 0,
"limit": 0,
"totalCount": 0,
"resultCount": 0,
"totalPages": 0,
"currentPage": 0
}
}