I am fetching data from HP ALM by using REST API. I am able to fetch audit data for tests by using /qcbin/rest/domains/{domain}/projects/{project}/audits?query={parent-type[test];parent-id[101 or 102 or 103]}
.
But I am not able to fetch the audit data for defect using the same format url. Please let me know what is the rest api to fetch audit data of defect
I have tried to use following url
/qcbin/rest/domains/{domain}/projects/{project}/audits?query={parent-type[defect];parent-id[101 or 102 or 103]}
.
I am getting No enum constant org.hp.qc.api.entities.AuditLog.AuditAction.CA_Review_Outcome
error while using parent type as defect