GUI URL-s
In the GUI application, URLs contain key details such as workspace IDs, target IDs, or probe IDs, which can be extremely useful for creating new API requests or verifying data. Below is a cheatsheet explaining how to extract these details from the GUI, making it easier to leverage the application for API-related tasks.
Overview page
/w/27/target/14 /w/{workspaceId}/target/{targetId}Test Run View page
/w/27/target/17/test-runs/2832 /w/{workspaceId}/target/{targetId}/test-runs/{testRunId}Probe Run View page
/w/27/target/17/test-runs/2832/probe/8308?tab=results /w/{workspaceId}/target/{targetId}/test-runs/{testRunId}/probe/{probeRunId}?tab=results
Last updated
Was this helpful?