Discussion

Ask a Question
Back to All

Incorrect format of returnet by request data

In my code I execute the following request to target process REST API:
/TestPlanRuns/{id}?resultFormat=json&resultInclude=[Id,TestPlanRuns[Id,TestPlan],TestCaseRuns[Id,TestCase]]

Until 02 march this request returned data in the json format (as it is provided in request), but after this date I receive data in XML format.

Is this a known issues or have somethings changed in the parameters of this request?