curl --location --request GET 'https://api.synap.ac/v3/exam-v-2s?limit=&offset='
{
"data": [
{
"id": "FID001",
"type": "Exam-V-2",
"attributes": {
"createdAt": "string",
"updatedAt": "string",
"name": "string",
"status": "draft",
"isDynamic": true,
"isSectioned": true,
"shortDescription": "string",
"preExamInstructions": "string",
"markingDoubleEnabled": true,
"markingDoubleAllocation": "manual",
"markingDoubleMinMarkers": 0,
"markingDoubleSequence": "parallel",
"markingBlindProvisionalMarker": true,
"markingBlindModeratingMarker": true,
"markingBlindEscalationMarker": true,
"markingBlindBackReadingMarker": true,
"markingBlindAuditingMarker": true,
"markingBlindIsolate": true,
"markerConcealmentProvisional": true,
"markerConcealmentModerating": true,
"markerConcealmentEscalation": true,
"markerConcealmentAuditing": true,
"markingEscalationEnabled": true,
"markingEscalationModeratorsCanEscalate": true,
"markingEscalationReasons": [
{
"slug": "string",
"label": "string",
"description": "string"
}
],
"markingBackReadingEnabled": true,
"markingAuditingEnabled": true,
"markingResolutionEnabled": true,
"notificationAutomateEmails": true,
"hideFromCandidateList": true,
"markingModeratingMarkerAllocation": "manual",
"markingProvisionalMarkerAllocation": "manual",
"markingEscalationMarkerAllocation": "manual",
"ipAllowList": [
"string"
],
"lockedByDefault": true,
"resumeSameSession": true,
"resumeAllowed": true,
"attr": {},
"isArchived": true,
"mutexLockKey": "string",
"mutexLockExpiresAt": "string",
"mutexLockType": "full",
"testVersions": {}
},
"relationships": {
"owner": {
"data": {
"id": "FID001",
"type": "User"
}
},
"portal": {
"data": {
"id": "FID001",
"type": "Portal"
}
},
"userGroup": {
"data": {
"id": "FID001",
"type": "UserGroup"
}
},
"markers": {
"data": {
"id": "FID001",
"type": "UserGroup"
}
},
"moderatingMarkers": {
"data": {
"id": "FID001",
"type": "UserGroup"
}
},
"escalatingMarkers": {
"data": {
"id": "FID001",
"type": "UserGroup"
}
},
"auditingMarkers": {
"data": {
"id": "FID001",
"type": "UserGroup"
}
},
"backReadingMarkers": {
"data": {
"id": "FID001",
"type": "UserGroup"
}
},
"setupJob": {
"data": {
"id": "FID001",
"type": "BackgroundJob"
}
},
"coverImage": {
"data": {
"id": "FID001",
"type": "File"
}
},
"publishedVersion": {
"data": {
"id": "FID001",
"type": "Quiz"
}
},
"currentVersion": {
"data": {
"id": "FID001",
"type": "Quiz"
}
}
}
}
],
"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
}
}