Request
Body Params application/vnd.api+json
Allowed value:ExamPreview
{
"data": {
"type": "ExamPreview",
"attributes": {},
"relationships": {
"examV2": {
"data": {
"id": "FID001",
"type": "Exam-V-2"
}
}
}
}
}
Request samples
curl --location --request POST 'https://api.synap.ac/v3/exam-previews' \
--header 'Content-Type: application/vnd.api+json' \
--data-raw '{
"data": {
"type": "ExamPreview",
"attributes": {},
"relationships": {
"examV2": {
"data": {
"id": "FID001",
"type": "Exam-V-2"
}
}
}
}
}'
Responses
data
object (ExamPreview)Â
optionalThe primary key for each resource.
Allowed value:ExamPreview
{
"data": {
"id": "FID001",
"type": "ExamPreview",
"attributes": {},
"relationships": {
"attempt": {
"data": {
"id": "FID001",
"type": "Attempt"
}
},
"examV2": {
"data": {
"id": "FID001",
"type": "Exam-V-2"
}
}
}
}
}
Modified at 2025-07-08 10:51:21