{
"data": {
"type": "Exam-V-2",
"attributes": {
"name": "string",
"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
},
"relationships": {
"owner": {
"data": {
"id": "FID001",
"type": "User"
}
},
"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"
}
},
"coverImage": {
"data": {
"id": "FID001",
"type": "File"
}
},
"publishedVersion": {
"data": {
"id": "FID001",
"type": "Quiz"
}
},
"currentVersion": {
"data": {
"id": "FID001",
"type": "Quiz"
}
},
"sourceQuizzes": {
"data": [
{
"id": "FID001",
"type": "Quiz"
}
]
}
}
}
}
curl --location --request POST 'https://api.synap.ac/v3/exam-v-2s' \
--header 'Content-Type: application/vnd.api+json' \
--data-raw '{
"data": {
"type": "Exam-V-2",
"attributes": {
"name": "string",
"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
},
"relationships": {
"owner": {
"data": {
"id": "FID001",
"type": "User"
}
},
"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"
}
},
"coverImage": {
"data": {
"id": "FID001",
"type": "File"
}
},
"publishedVersion": {
"data": {
"id": "FID001",
"type": "Quiz"
}
},
"currentVersion": {
"data": {
"id": "FID001",
"type": "Quiz"
}
},
"sourceQuizzes": {
"data": [
{
"id": "FID001",
"type": "Quiz"
}
]
}
}
}
}'
{
"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"
}
}
}
}
}