Closed Nfinished closed 3 years ago
I introduce OData filters to the API with this pull request : https://github.com/eveseat/api/pull/59 Would it suit the needs ?
Could you add a status filter to the contracts endpoint? Super important bit of information
/v2/character/contracts/{character_id}/?$filter=status eq 'in_progress'
isn't working ?
Doesn't seem to be, am I doing something silly?
{{baseUrl}}/corporation/contracts/{{corpId}}?$filter=status eq 'in_progress'
Returns all contracts
are you using previously linked pull request ?
I thought this was live in the most recent minor version...
It'd be nice to be able to filter list endpoints such as
/contracts
by enums like status, type or availability. Right now you have to make multiple calls to the paginated endpoint before filtering the concatenated responses.