Passing multiple values to a single key?

Hello Bubblers,

I’m trying to integrate with Sports Data Rest APIs [https://sportsdata.io/developers/api-documentation] and have run into a couple of issues:

  1. List of All Players - Bubble aborts it with a “Response too large” error.

Is there any workaround for this? Any way by which I can try limiting the response size basis some parameter constraints like teams etc.?

  1. List of Players by Team - here I can only get players of one team at a time as I’m able to pass only one parameter value

How can I pass multiple values (comma separation, braces, []?) If not, is there a nifty way around this?

  1. Try to use constraints to limit.
    https://bubble.io/reference#API.get_api.search_call.search_constraints

  2. Create a database with the parameters and build a recursive workflow.