Karthick Raju
Karthick Raju

Reputation: 797

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!

Upvotes: 3

Views: 472

Answers (1)

Karthick Raju
Karthick Raju

Reputation: 797

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

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

Thanks!

Upvotes: 3

Related Questions