I would like a way to filter awards by dollar amount (like, only awards above a certain size). I think the current award endpoints don’t support amount-based filtering, so I would have to pull all results and filter them myself. Solution: Add query parameters to award-related endpoints that allow filtering by minimum or maximum award amount.
I am also interested in vendor award history: my use case is 'vendors who are new to receiving large awards'. I think I can put that together with the entity endpoint once I have the relevant awards, but if you wanted to build an endpoint specifically for something like 'largest contract per year per entity' or 'total amount per year per entity' or 'total amount per year per entity per funding agency' that would certainly be more efficient in terms of querying.
I would like a way to filter awards by dollar amount (like, only awards above a certain size). I think the current award endpoints don’t support amount-based filtering, so I would have to pull all results and filter them myself. Solution: Add query parameters to award-related endpoints that allow filtering by minimum or maximum award amount.
I am also interested in vendor award history: my use case is 'vendors who are new to receiving large awards'. I think I can put that together with the entity endpoint once I have the relevant awards, but if you wanted to build an endpoint specifically for something like 'largest contract per year per entity' or 'total amount per year per entity' or 'total amount per year per entity per funding agency' that would certainly be more efficient in terms of querying.