UiPath Documentation
activities
latest
false
UiPath logo, featuring letters U and I in white

Integration Service activities

Last updated Mar 24, 2026

Get Attachment Download Link

UiPath.QuickBooksOnline.IntegrationService.Activities.GetAttachmentDownloadLink

Uses the Download an attachment - GET to get an attachment link to download a file from QuickBooks Online.

Note:

The link is only available for 15mins. After that, the link expires and another activity action is required to retrieve a new one. For more info, access the Download an attachment guide on the Intuit website.

In the body of the activity

  • Attachment Id - The ID of the attachment.
  • Download Link - Includes the link returned.

Properties

Common

  • DisplayName - The display name of the activity. This field supports String type input.

Misc

  • Private - If selected, the values of variables and arguments are no longer logged at Verbose level.

Output

  • ResponseStatus - The status of the request (success/failure information). Enter a ResponseStatus variable (UiPath.BAF.Models.ResponseStatus). The ResponseStatus object includes three properties that you can use in other activities.
    • Success - Boolean - Specifies whether the API request was successful.
    • ErrorCode - String - The response error if the API request is unsuccessful (Success=False).
    • Message - String - The error message.
  • In the body of the activity
  • Properties
  • Common
  • Misc
  • Output

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated