POST data/sentiment/macro/intervals/latest
Request Information
URI Parameters
None.
Body Parameters
MacroSentimentIntervalsRequestDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Intervals | Collection of SentimentInterval |
None. |
Request Formats
application/json, text/json
Sample:
{
"Intervals": [
60,
60
]
}
application/xml, text/xml
Sample:
<MacroSentimentIntervalsRequestDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LunarCrash.Api.Models">
<Intervals xmlns:d2p1="http://schemas.datacontract.org/2004/07/LunarCrash.Domain.Models">
<d2p1:SentimentInterval>Hour</d2p1:SentimentInterval>
<d2p1:SentimentInterval>Hour</d2p1:SentimentInterval>
</Intervals>
</MacroSentimentIntervalsRequestDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.