• Best Practices: How do I pass a mass collection, specifically ids, as API parameter?

    I have a custom module, I added a list view action that calls a custom API. I have a couple of options in mind: 1) call the API once per ID of the potentially hundreds of selected items, 2) call the API passing the mass collection as a parameter (can…