Activities
latest
false
Banner background image
Integration Service Activities
Last updated Apr 23, 2024

List Attachments

UiPath.QuickBooksOnline.IntegrationService.Activities.ListAttachments

Uses the Query an attachable - GET API to list attachments in QuickBooks Online.

In the body of the activity

  • Fields - The fields to return on the response. Can be a single field or a comma-separated list of fields.
  • Page Token - Taken from the next page token of the previous page.
  • Page Size - The number of resources to return in a given page.
  • Where - The CEQL search expression, or the where clause, without the Where keyword, in a typical SQL query.
  • List - The list of records.
  • Next Page Token - The token for the next page of records. Use this token to iterate through the pages until an empty list is returned.

Properties

Common
  • DisplayName - The display name of the activity. This field supports only Strings or String variables.
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

Was this page helpful?

Get The Help You Need
Learning RPA - Automation Courses
UiPath Community Forum
Uipath Logo White
Trust and Security
© 2005-2024 UiPath. All rights reserved.