GET api/Twitter?URL={URL}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| URL | string |
Required |
Body Parameters
None.
Response Information
Resource Description
TwitterStats| Name | Description | Type | Additional information |
|---|---|---|---|
| count | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"count": 1
}
application/xml, text/xml
Sample:
<TwitterStats xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GatesNotesInsiders.Controllers"> <count>1</count> </TwitterStats>