Apr 26 2024
11:35 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Apr 26 2024
11:35 AM
"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
Apr 26 2024
11:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Apr 26 2024
11:48 AM
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
Apr 26 2024
3:20 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Apr 26 2024
3:20 PM
@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.

Get notified when there are additional replies to this discussion.