I’m writing an application to programmatically retrieve the tests in a test set, but the order of the tests in the set is important. I can’t find an example in the API documentation of how to get the order of a test within a set. I assumed I could derive the order based on the display-id
for an instance, but that doesn’t seem to be the case.
In the UI I am able to change the order and have it saved at the https://prod.practitest.com/p/{{project_id}}/sets/{{set_id}}/sort_instances
page, but I don’t see an equivalent endpoint in the API docs.
How would I get the order of tests in a test set with the API?