Azure DevOps has Rest API to get Test History. I am not able to create the Request body for the same. I tried with few parameters but response is always 400. Did anyone manage to create the correct request body and get a response?
Request Body:
{
"automatedTestName": "TestAzure.Services.Test.Results.Test_UpdateResults",
"testCaseId": "20"
}