Hi,
I am trying to access the HP ALM Audit table using REST API. I am able to access the Audit information of an individual entity (like defect/testcase etc), but not audit as a whole. I am trying to use the below mentioned URLs
https://your_hp_alm_url/qcbin/rest/domains/{domain}/projects/{projects}/audits,
https://your_hp_alm_url/qcbin/rest/domains/{domain}/projects/{projects}/audits/defects/,
which is throwing an error (Must supply a filter with condition on parent-id</Title><ExceptionProperties/><StackTrace>org.hp.qc.api.QcApiException: Must supply a filter with condition on parent-id
)
I am aware that an example is provided in the ALM document library (
/qcbin/rest/domains/{domain}/projects/{project}/audits?query={parent-type[test];parent-id[101 or 102 or 103]}&order-by={time[asc]} &{user[alex_alm]}) . This would give me audit of mentioned entities only and not the whole audit information.
If some one could kindly help me out with the REST URL which one needs to use to access the AUDIT, i would be highly thankful.