Open
Description
Adding the query param species__name__ilike=mouse
to the electrical cell recording get many endpoint leads to internal server error
See full command below
curl -X 'GET' \
'https://staging.openbluebrain.com/api/entitycore/electrical-cell-recording?page=1&page_size=5&order_by=-creation_date&etype__order_by=pref_label&contribution__order_by=pref_label&created_by__order_by=pref_label&updated_by__order_by=pref_label&subject__order_by=-creation_date&species__name__ilike=mouse&species__order_by=name&strain__order_by=name&brain_region__order_by=name&with_facets=false&within_brain_region_ascendants=false' \
-H 'accept: application/json' \
-H "Authorization: Bearer $TOKEN"
Using species__name
instead seems to lead to the same error
Metadata
Metadata
Assignees
Labels
No labels