Request
Body Params application/vnd.api+jsonRequired
{
"data": {
"type": "GeneratedTest",
"attributes": {
"source": {
"type": "collection",
"objectId": "string"
},
"length": 0,
"tagFilters": {},
"tagSetId": "string"
},
"relationships": {
"test": {
"data": {
"id": "FID001",
"type": "Test"
}
},
"tagSet": {
"data": {
"id": "FID001",
"type": "TagSet"
}
}
}
}
}
Request Code Samples
curl --location --request POST 'https://api.synap.ac/v3/generated-tests?include' \
--header 'Content-Type: application/vnd.api+json' \
--data-raw '{
"data": {
"type": "GeneratedTest",
"attributes": {
"source": {
"type": "collection",
"objectId": "string"
},
"length": 0,
"tagFilters": {},
"tagSetId": "string"
},
"relationships": {
"test": {
"data": {
"id": "FID001",
"type": "Test"
}
},
"tagSet": {
"data": {
"id": "FID001",
"type": "TagSet"
}
}
}
}
}'
Modified at 2025-09-30 10:40:38