Is there a way to retrieve the itemid of a certain web scenario to be able to pull history using get.history API call?
The issue is to get history for example of a response code you need to have an itemid.

If you pull data using
httptest.get it doesn't provide the itemid. I can access the history from the GUI but I need to be able to get that data using the API.
Any suggestions?
The issue is to get history for example of a response code you need to have an itemid.
If you pull data using
httptest.get it doesn't provide the itemid. I can access the history from the GUI but I need to be able to get that data using the API.
Any suggestions?
Comment