I have to read HP QC ALM Defects metadata using REST API. As per the HP QC ALM API reference below is the URL to read:
/qcbin/api/domains/DOMAIN_NAME/projects/PROJECT_NAME/{collection name}/$metadata/fields
I modified the above as per my requirement
/qcbin/api/domains/DOMAIN_NAME/projects/PROJECT_NAME/Defects/$metadata/fields
I receive below error
Please let me know what I am doing wrong.
Thank you!
I have found the below URL which gives information about Defect fields.
qcbin/rest/domains/Domain/projects/Project/customization/entities/Defect/fields
Thanks!