I'm trying to find a way to download defect attachments via REST API.
Via https://HOST/qcbin/rest/domains/DOMAIN/projects/PROJECT/defects/{DEFECT_ID}/attachments I can see XML of attachment names, their ids.
But when try to get this attachment via https://HOST/qcbin/rest/domains/DOMAIN/projects/PROJECT/defects/{DEFECT_ID}/attachments/{ATTACHMENT_ID}
I get an error:
> No entity of type attachment with id {ATTACHMENT_ID} exists.
Could you please tell me what am I doing wrong?
I'm using ALM 11.00