Get a survey limit maximum response count
Overview
Authentication
Parameter
Type
Optional
Description
cURL Example
curl --request GET \
--url 'https://api3.blocksurvey.io/v1/survey/limit_maximum_response_count?surveyId=YOUR_SURVEY_ID&teamId=YOUR_TEAM_ID' \
--header 'Authorization: Bearer user_api_token'Response
{
"status": "success",
"limitMaximumResponseCount": 100
}Last updated