You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here's what I haven't figured out but am hoping works:
set number of resources per page (e.g. ?limit=30 or ?limit=none)
search (e.g. ?q=text or ?q=text+term or ?q=term+OR+term)
sort (e.g. ?sort=[columnhearder2] or ?sort=-[columnhearder2])
exclude (e.g. ?[columnheader1]=[value1]&[columnheader3]=-[value4]) (return all entries that have value1 in columnheader1 but exclude those that have value4 in columnheader3).
return only certain fields (e.g. ?field=columnheader2)
min/max (e.g. ?max[columnheader1]=[value1]_ (returns all records with a value less than or equal to value1)
range? (not sure how that'd be constructed but it'd be nice.
I filed an issue with the original project but don't know if it'll get answered.
So far, here's what I've figured out:
Here's what I haven't figured out but am hoping works:
set number of resources per page (e.g. ?limit=30 or ?limit=none)sort (e.g. ?sort=[columnhearder2] or ?sort=-[columnhearder2])I filed an issue with the original project but don't know if it'll get answered.
Anyone have any guesses?