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
values today, yesterday, this-month work fine.
Today gives everything created today,
Yesterday gives everything created yesterday and today
this-month gives everything for entire month.
Noticed few more issues that senaite.jsonapi may not have anything to do with
Steps to reproduce
I tried different request parameters "today, yesterday this-week, this-month this-year" to extract analysis request data
I entered below url
"http://website-address/lims/@@API/senaite/v1/search?portal_type=AnalysisRequest&children=yes&recent_modified=today
Current behavior
Getting
{ "_runtime": 0.0014731884002685547, "message": "'module' object has no attribute 'calculate_delta_date'", "success": false }
Expected behavior
I should be getting data based on my request parameters as described in https://plonejsonapiroutes.readthedocs.io/en/latest/api.html.
"recent_modified=today" request parameter is not working
Not sure if I should input "today" under recent_modified or something else
The text was updated successfully, but these errors were encountered: