I'm looking for a TFS API request to fetch all test suites (ids) that contains a certain test case.
Using the example form the TFS API page: https://www.visualstudio.com/en-us/docs/integrate/api/test/suites
... I get the response: 404 Page not found (filled with my server and project etc.)
Is the example by Microsoft wrong? Or is there another way to get all suites for a test case (not using the .NET way)?