lishiying@suunto.cn
Hi,
Sorry to disturb you. I'm a freshman to the Teamcity REST API, and encounter an issue that doesn't get any response even error when sent a request, like, GET("investigations?locator=test:(name:{test_name}). I don't know where's the reason, can you please help? Is there any examples for get the investigation data of an test with locator?
Another question is how can we get the test id of a test?
Please sign in to leave a comment.
Hi Lishi,
> Another question is how can we get the test id of a test?
For more information on the TeamCity REST API, please visit TeamCity REST API Documentation. You can replace "{id}" in the following API to retrieve the test ID and adjust the fields as needed:
> encounter an issue that doesn't get any response even error when sent a request, like, GET("investigations?locator=test:(name:{test_name}).
To learn how to retrieve investigations, refer to the Manage Investigations REST API for detailed information.To investigate the issue, you can use the following API to list all investigations and check for any existing ones:
If you want to retrieve a specific investigation, use the following REST API:
Best Regards,
Tom