GET api/twitter/tweets/{twittername}/{count}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
twittername
No documentation available.

Define this parameter in the request URI.

count
No documentation available.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Message": "sample string 1",
  "Likes": 2,
  "Retweet": 3
}

application/xml, text/xml

Sample:
<TweetMessage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Blackpool.WebClient.Api.Controllers.Api.Twitter">
  <Likes>2</Likes>
  <Message>sample string 1</Message>
  <Retweet>3</Retweet>
</TweetMessage>