GET api/v1/settings/pollingInterval

The requested rate to poll for data

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

200 status code will be returned with a polling rate in seconds. 401 status code will be returned when not logged in.

PollingIntervalSetting
NameDescriptionTypeAdditional information
PollingIntervalSeconds

The requested rate to poll for new data

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "PollingIntervalSeconds": 30
}

application/xml, text/xml

Sample:
<PollingIntervalSetting xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FreedomVoice.WebLink.Models">
  <PollingIntervalSeconds>30</PollingIntervalSeconds>
</PollingIntervalSetting>