How to pass multiple values for the same field to a view?

How to pass multiple values for the same field to a view?

I would like to dynamically pass multiple ID values to a view and have that view only display the records with IDs in that list. I can't work out how to do this from reading the functionality based URLs help page.