[SOLVED] Â Dynamic API Query |
1/31/2021 12:50:17 PM |
PHPRunner General questions | |
S
salus1 authorDevClub member
Hello, |
|
![]() |
Sergey Kornilov admin 2/1/2021 |
You can point the end-user to the Advanced Search page where they can enter From and To dates. The main idea is to show them some other page first before taking them to the List page. |
S
|
salus1 authorDevClub member 2/1/2021 |
Thanks Sergey. I think that would work to search the API response. I'd like to be able to adjust the parameters into the URL prior to querying the API. |
![]() |
Sergey Kornilov admin 2/1/2021 |
Your understanding is incorrect. Data entered on the Advanced Search page can be passed to the REST API in order to form a dynamic request. |
S
|
salus1 authorDevClub member 2/1/2021 |
Which is exactly why you get the big bucks (hopefully). Yet another amazing PHPRunner capability, see it in action... |
S
|
salus1 authorDevClub member 2/1/2021 |
Sorry, never mind, eventually I'll learn to check the manual first. Working great now. |