from IDList
Converts a list of IDs to a comma-separated query string.
Joins the provided list of IDs into a single string, suitable for API queries.
Return
A comma-separated string of IDs.
Parameters
id Conversion List
The list of IDs to convert.