GET Ticker/GetAll

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of TickerResponseModel
NameDescriptionTypeAdditional information
Id

integer

None.

Name

string

None.

Type

integer

None.

ScreenIds

Collection of integer

None.

NumOfElements

integer

None.

TwitterChannel

string

None.

Title

string

None.

Message

string

None.

Response Formats

text/javascript, application/javascript, application/json-p

Sample:
/**/ typeof  === 'function' && ([{"id":1,"name":"sample string 2","type":3,"screenIds":[1,2],"numOfElements":4,"twitterChannel":"sample string 5","title":"sample string 6","message":"sample string 7"},{"id":1,"name":"sample string 2","type":3,"screenIds":[1,2],"numOfElements":4,"twitterChannel":"sample string 5","title":"sample string 6","message":"sample string 7"}]);

application/json, text/json

Sample:
[
  {
    "id": 1,
    "name": "sample string 2",
    "type": 3,
    "screenIds": [
      1,
      2
    ],
    "numOfElements": 4,
    "twitterChannel": "sample string 5",
    "title": "sample string 6",
    "message": "sample string 7"
  },
  {
    "id": 1,
    "name": "sample string 2",
    "type": 3,
    "screenIds": [
      1,
      2
    ],
    "numOfElements": 4,
    "twitterChannel": "sample string 5",
    "title": "sample string 6",
    "message": "sample string 7"
  }
]

application/xml, text/xml

Sample:
<ArrayOfTickerResponseModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LiveScreen.Service.Models">
  <TickerResponseModel>
    <Id>1</Id>
    <Message>sample string 7</Message>
    <Name>sample string 2</Name>
    <NumOfElements>4</NumOfElements>
    <ScreenIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:int>1</d3p1:int>
      <d3p1:int>2</d3p1:int>
    </ScreenIds>
    <Title>sample string 6</Title>
    <TwitterChannel>sample string 5</TwitterChannel>
    <Type>3</Type>
  </TickerResponseModel>
  <TickerResponseModel>
    <Id>1</Id>
    <Message>sample string 7</Message>
    <Name>sample string 2</Name>
    <NumOfElements>4</NumOfElements>
    <ScreenIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:int>1</d3p1:int>
      <d3p1:int>2</d3p1:int>
    </ScreenIds>
    <Title>sample string 6</Title>
    <TwitterChannel>sample string 5</TwitterChannel>
    <Type>3</Type>
  </TickerResponseModel>
</ArrayOfTickerResponseModel>