How to pass the array values in Query String using http GET method?
http://localhost:3011/api/latest/os/archive/catalogue?Labels=[{Label: Name of Label-1},{Label: Name of Label-2}]&CatalogueID=101&ArchivePolicyID=122
if, passing these values, how to get array values, using key or index values.