Details
-
Type:
New Feature
-
Status: Closed
-
Priority:
Neutral
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.0.2
-
Component/s: None
-
Labels:None
-
Documentation update required:Yes
-
Epic Link:
-
Sprint:Saigon 126, Saigon 127, Saigon 128, Saigon 129
-
Story Points:5
Description
Query params are parsed as key=value, so the operator needs to be included on either side of the equal sign.
Syntax to be defined; worth checking whether there are established conventions for this.
Contentful does the it with bracket operators on the key side (see reference);
/spaces/{space_id}/entries?{property}[gte]={value}
=> filter where "property" is greater than or equal to "value"
Attachments
Issue Links
- depends upon
-
MGNLREST-105 Implement filter on lists
-
- Closed
-
- relates to
-
MGNLREST-122 Support additive filters via multiple query-params
-
- Closed
-
- mentioned in
-
Page Loading...