This plugin is outdated and might not be supported anymore
WP REST API – Filter posts date wise using given column

WP REST API – Filter posts date wise using given column

Details
View on WordPress

In WordPress 4.7, Posts cannot be filtered based on modified, modified_gmt, date_gmt fields.
Using this plugin we can specify the column(any of date, date_gmt, modified, modified_gmt) as query parameter date_query_column to query against value(s) given in before and/or after query parameters.

Usage

Use the date_query_column parameter on any post endpoint such as /wp/v2/posts or /wp/v2/pages in combination with before and/or after parameter.

/wp-json/wp/v2/posts?after=2017-11-08T13:07:09&date_query_column=modified

Details

Plugin code:
wp-rest-api-filter-posts-date-wise-using-given-column
Plugin version:
0.1
Outdated:
Yes
WP version:
4.7 or higher
PHP version:
or higher
Test up to WP version:
4.8.25
Total installations:
20
Last updated:
2017-11-09
Rating:
Times rated:
0
filter-modified-posts
filters
post-filter
wordpress-api
wordpress-rest-api