i´m pretty new and unexpirenced at API´s. I´m using postman to get some seluts from a database.
https://www.website.com/xmlapi/api.php?cid=abc&auth=123456&command=product&model={{model}}
I´ve created the value of the key model as a variable. Now I want to get more than 1 result from the API for ex. 5 Values:
123456 654321 987456 253698 521251
How can I include this list of values into postman?
I also have a csv file for upload.
I want to get back one xml file with all values of the key model.
Can anybody help?
Best regards Christian