Request
Body Params application/vnd.api+json
{
"data": {
"type": "CloneJob",
"attributes": {
"type": "quiz",
"sourceId": "string"
},
"relationships": {}
}
}
Request samples
curl --location --request POST 'https://api.synap.ac/v3/clone-jobs' \
--header 'Content-Type: application/vnd.api+json' \
--data-raw '{
"data": {
"type": "CloneJob",
"attributes": {
"type": "quiz",
"sourceId": "string"
},
"relationships": {}
}
}'
Responses
The primary key for each resource.
{
"data": {
"id": "FID001",
"type": "CloneJob",
"attributes": {
"type": "quiz",
"sourceId": "string",
"state": "pending",
"cloneId": "string",
"label": "string"
},
"relationships": {}
}
}
Modified at 2025-07-08 10:51:21