Report 2: Weekly temperature comparison for 2 Boston & Seattle for Week 26
GET {{base_url}}/api/rest/v2/namespaces/{{namespace}}/collections/weatherapi?where={"week":{"$eq":"26"},"city":{"$in":["Boston","Seattle"]}}&fields=["forecast..date","forecast..stats.day.maxtemp_f","forecast.*.stats.day.mintemp_f"]&page-size=5
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
where | string | ||
fields | string | ||
page-size | number |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Cassandra-Token | string | ||
Content-Type | string |