GET v1/Surveys/{surveyId}/DialMode

User roles allowed to make this request: DomainAdministrator PowerUser RegularUser LimitedUser DemoUser

Permissions required to make this request: DialMode.Read Survey.Read

Has survey type usage restrictions cati

Get the dial mode for the survey

Request Information

URI Parameters

NameDescriptionTypeAdditional information
surveyId

id of the survey

string

Required

Body Parameters

None.

Response Information

Resource Description

the dial mode of the survey

Response Message

DialModeModel
NameDescriptionTypeAdditional information
DialMode

the dialmode

DialMode

None.

Response Formats

application/json, text/json

Sample:
{
  "DialMode": 0
}

application/xml, text/xml

Sample:
<DialModeModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NipoSoftware.Nfield.Manager.Api.Models">
  <DialMode>NoDialer</DialMode>
</DialModeModel>