Как в Postman сохранить из ответа в окружение все айдишники и использовать их поочередно в другом запросе?
Нужно каждый id сохранить в окружение:
{
“id”: 1,
“querty”: " ",
“type”: ,
“dataLabel”: “percent”
},
{
"id": 2,
"querty": " ",
"type": ,
"dataLabel": "percent"
},
{
"id": 5,
"querty": " ",
"type": ,
"dataLabel": "percent"
},
{
"id": 8,
"querty": " ",
"type": ,
"dataLabel": "percent"
},
{
"id": 6,
"querty": " ",
"type": ,
"dataLabel": "percent"
}