The /organizations/:organizationId/devices endpoint provides a number of parameters. I'd like to use this endpoint to request a certain set of devices by passing a list of serial numbers.
What is the URI length limit so that I can detect when I've got too many to pass in a single call and split the list up into multiple calls?