Search code examples
almhp-quality-center

Read Defects metadata in HP QC ALM 12.5x


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

enter image description here

Please let me know what I am doing wrong.

Thank you!


Solution

  • I have found the below URL which gives information about Defect fields.

    qcbin/rest/domains/Domain/projects/Project/customization/entities/Defect/fields
    

    Thanks!