TDV Adapter for Trello

Build 22.0.8462

Stored Procedures

Stored procedures are function-like interfaces that extend the functionality of the adapter beyond simple SELECT/INSERT/UPDATE/DELETE operations with Trello.

Stored procedures accept a list of parameters, perform their intended function, and then return, if applicable, any relevant response data from Trello, along with an indication of whether the procedure succeeded or failed.

Trello Adapter Stored Procedures

Name Description
DownloadAttachment Downloads an attachment from a card. If AttachmentId is not assigned a value, the provider will check how many attachments does the card have, if one it will continue downloading that attachment, if more it will stop and request for an AttachmentId.
GetOAuthAccessToken Gets an authentication token from Trello.
GetOAuthAuthorizationURL Gets the authorization URL, which must be opened separately by the user to grant access to your application. Only needed when developing Web apps. You will request the OAuthAccessToken from this URL.
UploadAttachment Uploads an attachment to a specific card. Note: Must provide either AttachmentPath, Content/FileName or Url. Every aforementioned input takes precedence over the next one.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462