nytimes / public_api_specs

The API Specs (in OpenAPI/Swagger) for the APIs available from developer.nytimes.com
http://developer.nytimes.com
Apache License 2.0
136 stars 40 forks source link

[Movie Review API] publication-date params don't work #33

Closed darth-cheney closed 4 years ago

darth-cheney commented 7 years ago

It seems that the params for publication-date in the Movies API /search.json route are completely ineffective, even in the online Swagger tester.

Example: https://api.nytimes.com/svc/movies/v2/reviews/search.json?&publication-date=2001-01-01;2001-01-31&api-key=<SOME_KEY>

For me, this always returns the most recent reviews, no matter what date ranges I include.

nyt-hughmandeville commented 7 years ago

This is a bug, we have opened an internal ticket. For now you can try filtering by opening-date which is generally close to the review publication date.

dippedrusk commented 5 years ago

It still doesn't work - is this likely to be fixed any time soon?

nyt-hughmandeville commented 4 years ago

This is fixed.