API: Get all SMS and MMS records

I’m probably being daft and it says it right in the documentation, but how can one fetch both SMS and MMS records from the /call_records endpoint? The documentation says that the type parameter is repeatable but I’m not sure what that means.

1 Like

It it means an array type then ?type[]=x&type[]=y would work, or maybe it means ?type=x,y.
Try both, see what works :smiley:

2 Likes

Thank you!

My daft mistake? I was missing off the brackets, using type=sms instead of type[]=sms.