"errors": [ "'serials' must be an array" ]

Fantasticmrfox
Comes here often

"errors": [ "'serials' must be an array" ]

receiving this error from Postman after this request  - https://api.meraki.com/api/v1/organizations/264469/devices/availabilities/changeHistory?serials=[Q2E...]

Does anyone know the proper format.  If I run the request without the Serial Number it works fine, but too much info to sort through....

2 Replies 2
Jake-Young
Here to help

It would be nice if the docs gave better examples.  I believe the expected format is 

?serials[]=Q2ED-AAAA-AAAA

if you need more than one device it would be

?serials[]=Q2ED-AAAA-AAAA&serials[]=Q2ED-BBBB-BBBB

Ryan_Miles
Meraki Employee
Meraki Employee

@Jake-Young is correct.

And @Fantasticmrfox I would recommend you edit your post to not expose your Org ID and especially your device serial number.

Actually that goes for @Jake-Young 's post too which shows the serial.

If you found this post helpful, please give it kudos. If my answer solved your problem, click "accept as solution" so that others can benefit from it.
Get notified when there are additional replies to this discussion.