curl --location --request GET 'https://api.synap.ac/v3/assignment-groups/'
{
"data": {
"id": "FID001",
"type": "AssignmentGroup",
"attributes": {
"createdAt": "string",
"updatedAt": "string",
"name": "string",
"description": "string",
"shortDescription": "string",
"image": {
"url": "string"
},
"absoluteDeadline": "2019-08-24T14:15:22Z",
"relativeDeadline": "string",
"deadlineType": "indefinite",
"progressionType": "string",
"isReviewRequired": true,
"isActive": true,
"isPendingActivation": true,
"isCompleted": true,
"isArchived": true,
"status": "inactive",
"certificateTemplateId": "string",
"certificateIgnoreSubPortalBranding": true,
"certificateShareList": [
{
"label": "string",
"urlPrefix": "string"
}
],
"startDate": "string",
"endDate": "string"
},
"relationships": {
"owner": {
"data": {
"id": "FID001",
"type": "User"
}
},
"subPortal": {
"data": {
"id": "FID001",
"type": "SubPortal"
}
},
"course": {
"data": {
"id": "FID001",
"type": "Course"
}
},
"sourceCourse": {
"data": {
"id": "FID001",
"type": "Course"
}
},
"userGroup": {
"data": {
"id": "FID001",
"type": "UserGroup"
}
},
"reviewers": {
"data": {
"id": "FID001",
"type": "UserGroup"
}
},
"coverImage": {
"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": {}
}
}
}
]
}