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
As an API user
I'd like to pass a format parameter to a normal GET search
So that I can export as CSV
Acceptance Criteria
format=csv is an acceptable query string param
when passing format=csv the output of the API is in CSV not JSON
previous CSV endpoint deprecated
Notes
The existing endpoint has certain limitations based on different types and params that can be sent. With the GET on all endpoints accepting query string params, this is a good opportunity to change how we export data.
The text was updated successfully, but these errors were encountered:
User Story
As an API user
I'd like to pass a format parameter to a normal
GET
searchSo that I can export as CSV
Acceptance Criteria
format=csv
is an acceptable query string paramformat=csv
the output of the API is in CSV not JSONNotes
The existing endpoint has certain limitations based on different types and params that can be sent. With the
GET
on all endpoints accepting query string params, this is a good opportunity to change how we export data.The text was updated successfully, but these errors were encountered: