fetchPreSignedLinkForOpportunityAttachment
Fetch a pre-signed link for an opportunity file attachment.
Arguments
Input fields for fetching a pre-signed link for an opportunity file attachment.
Returns
FetchPreSignedLinkForOpportunityAttachmentFetch a pre-signed link for an opportunity file attachment.
Possible Errors
Allowed Viewers
Required Permissions
Can download leads attachment filesQuery Complexity
1Examples
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
mutation FetchPreSignedLinkForOpportunityAttachment($input: FetchPreSignedLinkForOpportunityAttachmentInput!) {
fetchPreSignedLinkForOpportunityAttachment(input: $input) {
opportunityFileAttachment {
...OpportunityFileAttachmentFragment
}
}
}
Variables
{
"input": FetchPreSignedLinkForOpportunityAttachmentInput
}
Response
{
"data": {
"fetchPreSignedLinkForOpportunityAttachment": {
"opportunityFileAttachment": OpportunityFileAttachment
}
}
}