API changes from v8.5.5 to v8.5.5.1

API changes from v8.5.5 to v8.5.5.1

With the new and upcoming releases of QMetry, we continue to add exciting and useful new features that improve usability. With the new features and improvements being added to QMetry also necessitates changes in the APIs. This page enlists such APIs that will be changed from version 8.5.5 to 8.5.5.1 that is scheduled in December 2019. The purpose of this document is to help Integration Teams keep their code updated and current with the API changes/updates to the existing APIs. In case you do not use any of these APIs, these changes can be safely ignored.

Deprecated / Alternate APIs and their information

API

Deprecated API 

Alternate API

Method

Backward compatible to 8.5.5

Request/Response Change?

API

Deprecated API 

Alternate API

Method

Backward compatible to 8.5.5

Request/Response Change?

Get list of test run under execution

/rest/execution/list/tcr

/rest/execution/list/viewColumns

POST

Yes

No

Get list of issues linked on Execution or Available for linking

/rest/execution/issue/list

POST

Yes

No

Upload Attachment

/rest/attachments/reference

/rest/attachments

POST

Yes

No

Update Parameter

/rest/parameter/deleteValue/{parameterValueID}

/rest/parameter/update/{paramID}

PUT

Yes

No

Fetch Testcases linked with RQ

/rest/requirements/testcase/list

/rest/testcases/list/forRQ

POST

Yes

No

Search Entities

/rest/search/result

/rest/search

POST

N/A

Yes