Dynamic API Request |
12/20/2020 5:04:50 PM |
PHPRunner General questions | |
S
salus1 authorDevClub member
Hello,
|
|
![]() |
Sergey Kornilov admin 12/21/2020 |
Check 'Insert variable' button that is mostly cut off on your screenshot. |
S
|
salus1 authorDevClub member 12/22/2020 |
OK, thanks. I think, by design, in order to make this work I need to return a larger array of records and then use the variables to filter the result. Fair enough. |
![]() |
Sergey Kornilov admin 12/23/2020 |
Your understanding is not 100% correct. You do not need to pull all data and then to filter it. You can use those variables to execute the exact request you need and get back only those results that you need. |