GET api/Values

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

usp_SAWatch_GetTickerStart_Result
NameDescriptionTypeAdditional information
TickerStart

integer

None.

TickerInterval

decimal number

None.

Response Formats

application/json, text/json

Sample:
{
  "TickerStart": 1,
  "TickerInterval": 1.0
}

application/xml, text/xml

Sample:
<usp_SAWatch_GetTickerStart_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SpecialAssesmentCounterAPI.Models">
  <TickerInterval>1</TickerInterval>
  <TickerStart>1</TickerStart>
</usp_SAWatch_GetTickerStart_Result>