Get SMS Settings
GET https://rest.webropolsurveys.com/api/v1/surveys/{{SurveyId}}/send/sms/settings
Fetch SMS collect answers limitation settings from specific survey. Survey is defined in URL.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"UseSendLimitDays":true,"SendLimitDays":0,"UseSendLimitMessages":true,"SendLimitMessages":0}