This method is an extension to getPackageAttachment and adds a parameter to specify challenge answers in order to retrieve an attachment. If the challenge answers are incorrect, the call returns an error to indicate that the challenge answers are incorrect.
Extended parameters (getPackageAttachment for full list)
| Parameter | Type | Requirement | Description |
|---|---|---|---|
| challengeAnswers | xsd:string | mandatory - cannot be null or empty | The challenge answers in same format as they are in meta data. E.g “challengeanswer1=one: challengeanswer1=two”. |
Response Type: AttachmentEx
See getPackageAttachment for detailed response