krian
6 years agoNew Contributor
Use API to see if TestRunResult has file(s) attached
I am using the REST and SOAP APIs in Java code to fetch data, especially attachments, from QAComplete projects. When checking if an entity has an attachment, in most cases there is this handy json ke...
- 6 years ago
Hi krian,
Yes, you will need to iterate through items.
As for the performance, I made an experiment - sent a similar request to SOAP and to the REST service, here are the results:
SOAP GET TestRuns_Load - 2916ms
REST GET /api/v2/projects/{ProjectId}/testruns/{Id} - 1665ms
So, the response from the REST service was faster.
You can post your ideas here: https://community.smartbear.com/t5/QAComplete-Feature-Requests/idb-p/QAComplete_Feature_Requests