Hello
If you don't specify any deviceType filter, you will get data for device categories (all iPhone and all iPad) and data for individual devices in a single call.
But if you want to make separate call for individual devices, you can do something like
filter[deviceType]=iPad11_6
Note you have to use underscore instead of comma for device names.
Thanks!!!