I have to pass an array back to my webapi call.
I am sort of new to this so not sure my route looks like
{controller}/{action}/{moduleid}/{category}
Category is a list of ids (I tried passing a comma list but had issues with that - how is this generally handled?