post https://api.egp.scale.com/v4/questions
Log in to see full request history
Responses
xxxxxxxxxx
15curl --request POST \
--url https://api.egp.scale.com/v4/questions \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"type": "categorical",
"freeTextOptions": {
"characterLimit": {
"min": 50,
"max": 1000
}
}
}
'
Try It!
to start a request and see the response here! Or choose an example: