Change record status: 
Introduced in branch: 
7.x-2.x
Introduced in version: 
7.x-2.0-alpha2
Description: 

The 'index' resource on entities, as well as the entity reference relationship resource, both allow filtering of results by properties, thus:

?param[title]=My Title&param[created]=4403305

This was different from 'index' resources provided by Services module, where the query parameter is named 'parameter'. Hence, to simplify usage and reduce confusion, the parameter has been changed to match Services, thus:

?parameters[title]=My Title&param[created]=4403305

Impacts: 
Site builders, administrators, editors
Module developers