post https://api.rallyuxr.com/api/public/v1/studies
Create a new study in your workspace. This can only be a draft study, certain features not supported and require updating in the UI
Log in to see full request history
Responses
Create a new study in your workspace. This can only be a draft study, certain features not supported and require updating in the UI
xxxxxxxxxx
18curl --request POST \
--url https://api.rallyuxr.com/api/public/v1/studies \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"owners": {
"includeSelf": false
},
"studyPlan": {
"participationLimit": 10,
"incentive": {
"incentiveType": "MONEY_OR_GIFT_CARD"
},
"language": "en"
}
}
'
Try It!
to start a request and see the response here! Or choose an example: