0.0.2 • Published 3 years ago

trello_rest_api v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Trello NodeJS API Client

npm version npm Twitter Follow

TrelloRestApi - JavaScript client for Trello

Installation ⭐

Install with npm

npm install --save trello_rest_api

Getting Started

Please follow the installation instruction and execute the following JS code:

var TrelloRestApi = require('trello_rest_api');

var defaultClient = TrelloRestApi.ApiClient.instance;
// Configure API key authorization: APIKey
var APIKey = defaultClient.authentications['APIKey'];
APIKey.apiKey = "YOUR API KEY"
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
//APIKey.apiKeyPrefix['key'] = "Token"
// Configure API key authorization: APIToken
var APIToken = defaultClient.authentications['APIToken'];
APIToken.apiKey = "YOUR API KEY"
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
//APIToken.apiKeyPrefix['token'] = "Token"

var api = new TrelloRestApi.DefaultApi()
var key = "key_example"; // {String} 
var key2 = "key_example"; // {String} The API key to use
var token = "token_example"; // {String} The API token to use
var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully.');
  }
};
api.applicationsKeyCompliance(key, key2, token, callback);

Documentation for API Endpoints

All URIs are relative to https://api.trello.com/1

ClassMethodHTTP requestDescription
TrelloRestApi.DefaultApiapplicationsKeyComplianceGET /applications/{key}/complianceGet Application's compliance data
TrelloRestApi.DefaultApiboardsIdChecklistsGET /boards/{id}/checklistsGet Checklists on a Board
TrelloRestApi.DefaultApiboardsidmembersidmemberDELETE /boards/{id}/members/{idMember}Remove Member from Board
TrelloRestApi.DefaultApicardsidmembersvoted1POST /cards/{id}/membersVotedAdd Member vote to Card
TrelloRestApi.DefaultApideleteActionsIdDELETE /actions/{id}Delete an Action
TrelloRestApi.DefaultApideleteActionsIdactionReactionsIdDELETE /actions/{idAction}/reactions/{id}Delete Action's Reaction
TrelloRestApi.DefaultApideleteBoardsIdDELETE /boards/{id}Delete a Board
TrelloRestApi.DefaultApideleteBoardsIdBoardpluginsDELETE /boards/{id}/boardPlugins/{idPlugin}Disable a Power-Up on a Board
TrelloRestApi.DefaultApideleteBoardsIdPowerupsDELETE /boards/{id}/powerUps/{powerUp}Disable Power-Up on a Board
TrelloRestApi.DefaultApideleteCardsIdDELETE /cards/{id}Delete a Card
TrelloRestApi.DefaultApideleteCardsIdActionsIdCommentsDELETE /cards/{id}/actions/{idAction}/commentsDelete a comment on a Card
TrelloRestApi.DefaultApideleteCardsIdCheckitemIdcheckitemDELETE /cards/{id}/checkItem/{idCheckItem}Delete checkItem on a Card
TrelloRestApi.DefaultApideleteCardsIdChecklistsIdchecklistDELETE /cards/{id}/checklists/{idChecklist}Delete a Checklist on a Card
TrelloRestApi.DefaultApideleteCardsIdIdlabelsIdlabelDELETE /cards/{id}/idLabels/{idLabel}Remove a Label from a Card
TrelloRestApi.DefaultApideleteCardsIdMembersvotedIdmemberDELETE /cards/{id}/membersVoted/{idMember}Remove a Member's Vote on a Card
TrelloRestApi.DefaultApideleteCardsIdStickersIdstickerDELETE /cards/{id}/stickers/{idSticker}Delete a Sticker on a Card
TrelloRestApi.DefaultApideleteChecklistsIdDELETE /checklists/{id}Delete a Checklist
TrelloRestApi.DefaultApideleteChecklistsIdCheckitemsIdcheckitemDELETE /checklists/{id}/checkItems/{idCheckItem}Delete Checkitem from Checklist
TrelloRestApi.DefaultApideleteCustomfieldsIdDELETE /customFields/{id}Delete a Custom Field definition
TrelloRestApi.DefaultApideleteCustomfieldsOptionsIdcustomfieldoptionDELETE /customFields/{id}/options/{idCustomFieldOption}Delete Option of Custom Field dropdown
TrelloRestApi.DefaultApideleteEnterprisesIdOrganizationsIdorgDELETE /enterprises/{id}/organizations/{idOrg}Delete an Organization from an Enterprise.
TrelloRestApi.DefaultApideleteIdIdmembersIdmemberDELETE /cards/{id}/idMembers/{idMember}Remove a Member from a Card
TrelloRestApi.DefaultApideleteLabelsIdDELETE /labels/{id}Delete a Label
TrelloRestApi.DefaultApideleteMembersIdBoardbackgroundsIdbackgroundDELETE /members/{id}/boardBackgrounds/{idBackground}Delete a Member's custom Board background
TrelloRestApi.DefaultApideleteMembersIdBoardstarsIdstarDELETE /members/{id}/boardStars/{idStar}Delete Star for Board
TrelloRestApi.DefaultApideleteMembersIdCustomboardbackgroundsIdbackgroundDELETE /members/{id}/customBoardBackgrounds/{idBackground}Delete custom Board Background of Member
TrelloRestApi.DefaultApideleteMembersIdCustomstickersIdstickerDELETE /members/{id}/customStickers/{idSticker}Delete a Member's custom Sticker
TrelloRestApi.DefaultApideleteMembersIdSavedsearchesIdsearchDELETE /members/{id}/savedSearches/{idSearch}Delete a saved search
TrelloRestApi.DefaultApideleteOrganizationsIdDELETE /organizations/{id}Delete an Organization
TrelloRestApi.DefaultApideleteOrganizationsIdLogoDELETE /organizations/{id}/logoDelete Logo for Organization
TrelloRestApi.DefaultApideleteOrganizationsIdMembersDELETE /organizations/{id}/members/{idMember}Remove a Member from an Organization
TrelloRestApi.DefaultApideleteOrganizationsIdPrefsAssociateddomainDELETE /organizations/{id}/prefs/associatedDomainRemove the associated Google Apps domain from a team
TrelloRestApi.DefaultApideleteOrganizationsIdPrefsOrginviterestrictDELETE /organizations/{id}/prefs/orgInviteRestrictDelete the email domain restriction on who can be invited to the team
TrelloRestApi.DefaultApideleteOrganizationsIdTagsIdtagDELETE /organizations/{id}/tags/{idTag}Delete an Organization's Tag
TrelloRestApi.DefaultApideleteTokenDELETE /tokens/{token}/Delete a Token
TrelloRestApi.DefaultApideleteTokensTokenWebhooksIdwebhookDELETE /tokens/{token}/webhooks/{idWebhook}Delete a Webhook created by Token
TrelloRestApi.DefaultApideleteWebhooksIdDELETE /webhooks/{id}Delete a Webhook
TrelloRestApi.DefaultApideletedCardsIdAttachmentsIdattachmentDELETE /cards/{id}/attachments/{idAttachment}Delete an Attachment on a Card
TrelloRestApi.DefaultApiemojiGET /emojiList available Emoji
TrelloRestApi.DefaultApienterprisesIdMembersIdMemberDeactivatedPUT /enterprises/{id}/members/{idMember}/deactivatedDeactivate a Member of an Enterprise.
TrelloRestApi.DefaultApienterprisesIdOrganizationsIdmemberDELETE /enterprises/{id}/organizations/{idMember}Remove a Member as admin from Enterprise.
TrelloRestApi.DefaultApigetActionsIdGET /actions/{id}Get an Action
TrelloRestApi.DefaultApigetActionsIdBoardGET /actions/{id}/boardGet the Board for an Action
TrelloRestApi.DefaultApigetActionsIdCardGET /actions/{id}/cardGet the Card for an Action
TrelloRestApi.DefaultApigetActionsIdFieldGET /actions/{id}/{field}Get a specific field on an Action
TrelloRestApi.DefaultApigetActionsIdListGET /actions/{id}/listGet the List for an Action
TrelloRestApi.DefaultApigetActionsIdMemberGET /actions/{id}/memberGet the Member of an Action
TrelloRestApi.DefaultApigetActionsIdMembercreatorGET /actions/{id}/memberCreatorGet the Member Creator of an Action
TrelloRestApi.DefaultApigetActionsIdOrganizationGET /actions/{id}/organizationGet the Organization of an Action
TrelloRestApi.DefaultApigetActionsIdactionReactionsGET /actions/{idAction}/reactionsGet Action's Reactions
TrelloRestApi.DefaultApigetActionsIdactionReactionsIdGET /actions/{idAction}/reactions/{id}Get Action's Reaction
TrelloRestApi.DefaultApigetActionsIdactionReactionsummaryGET /actions/{idAction}/reactionsSummaryList Action's summary of Reactions
TrelloRestApi.DefaultApigetBatchGET /batchBatch Requests
TrelloRestApi.DefaultApigetBoardIdPluginsGET /boards/{id}/pluginsGet Power-Ups on a Board
TrelloRestApi.DefaultApigetBoardsIdGET /boards/{id}Get a Board
TrelloRestApi.DefaultApigetBoardsIdActionsGET /boards/{boardId}/actionsGet Actions of a Board
TrelloRestApi.DefaultApigetBoardsIdBoardpluginsGET /boards/{id}/boardPluginsGet Enabled Power-Ups on Board
TrelloRestApi.DefaultApigetBoardsIdBoardstarsGET /boards/{boardId}/boardStarsGet boardStars on a Board
TrelloRestApi.DefaultApigetBoardsIdCardsGET /boards/{id}/cardsGet Cards on a Board
TrelloRestApi.DefaultApigetBoardsIdCardsFilterGET /boards/{id}/cards/{filter}Get filtered Cards on a Board
TrelloRestApi.DefaultApigetBoardsIdCardsIdcardGET /boards/{id}/cards/{idCard}Get a Card on a Board
TrelloRestApi.DefaultApigetBoardsIdCustomfieldsGET /boards/{id}/customFieldsGet Custom Fields for Board
TrelloRestApi.DefaultApigetBoardsIdFieldGET /boards/{id}/{field}Get a field on a Board
TrelloRestApi.DefaultApigetBoardsIdLabelsGET /boards/{id}/labelsGet Labels on a Board
TrelloRestApi.DefaultApigetBoardsIdListsGET /boards/{id}/listsGet Lists on a Board
TrelloRestApi.DefaultApigetBoardsIdListsFilterGET /boards/{id}/lists/{filter}Get filtered Lists on a Board
TrelloRestApi.DefaultApigetBoardsIdMembersGET /boards/{id}/membersGet the Members of a Board
TrelloRestApi.DefaultApigetBoardsIdMembershipsGET /boards/{id}/membershipsGet Memberships of a Board
TrelloRestApi.DefaultApigetCardsIdGET /cards/{id}Get a Card
TrelloRestApi.DefaultApigetCardsIdActionsGET /cards/{id}/actionsGet Actions on a Card
TrelloRestApi.DefaultApigetCardsIdAttachmentsGET /cards/{id}/attachmentsGet Attachments on a Card
TrelloRestApi.DefaultApigetCardsIdAttachmentsIdattachmentGET /cards/{id}/attachments/{idAttachment}Get an Attachment on a Card
TrelloRestApi.DefaultApigetCardsIdBoardGET /cards/{id}/boardGet the Board the Card is on
TrelloRestApi.DefaultApigetCardsIdCheckitemIdcheckitemGET /cards/{id}/checkItem/{idCheckItem}Get checkItem on a Card
TrelloRestApi.DefaultApigetCardsIdCheckitemstatesGET /cards/{id}/checkItemStatesGet checkItems on a Card
TrelloRestApi.DefaultApigetCardsIdChecklistsGET /cards/{id}/checklistsGet Checklists on a Card
TrelloRestApi.DefaultApigetCardsIdCustomfielditemsGET /cards/{id}/customFieldItemsGet Custom Field Items for a Card
TrelloRestApi.DefaultApigetCardsIdFieldGET /cards/{id}/{field}Get a field on a Card
TrelloRestApi.DefaultApigetCardsIdListGET /cards/{id}/listGet the List of a Card
TrelloRestApi.DefaultApigetCardsIdMembersGET /cards/{id}/membersGet the Members of a Card
TrelloRestApi.DefaultApigetCardsIdMembersvotedGET /cards/{id}/membersVotedGet Members who have voted on a Card
TrelloRestApi.DefaultApigetCardsIdPlugindataGET /cards/{id}/pluginDataGet pluginData on a Card
TrelloRestApi.DefaultApigetCardsIdStickersGET /cards/{id}/stickersGet Stickers on a Card
TrelloRestApi.DefaultApigetCardsIdStickersIdstickerGET /cards/{id}/stickers/{idSticker}Get a Sticker on a Card
TrelloRestApi.DefaultApigetChecklistsIdGET /checklists/{id}Get a Checklist
TrelloRestApi.DefaultApigetChecklistsIdBoardGET /checklists/{id}/boardGet the Board the Checklist is on
TrelloRestApi.DefaultApigetChecklistsIdCardsGET /checklists/{id}/cardsGet the Card a Checklist is on
TrelloRestApi.DefaultApigetChecklistsIdCheckitemsGET /checklists/{id}/checkItemsGet Checkitems on a Checklist
TrelloRestApi.DefaultApigetChecklistsIdCheckitemsIdcheckitemGET /checklists/{id}/checkItems/{idCheckItem}Get a Checkitem on a Checklist
TrelloRestApi.DefaultApigetChecklistsIdFieldGET /checklists/{id}/{field}Get field on a Checklist
TrelloRestApi.DefaultApigetCustomfieldsIdGET /customFields/{id}Get a Custom Field
TrelloRestApi.DefaultApigetCustomfieldsIdOptionsPOST /customFields/{id}/optionsAdd Option to Custom Field dropdown
TrelloRestApi.DefaultApigetCustomfieldsOptionsIdcustomfieldoptionGET /customFields/{id}/options/{idCustomFieldOption}Get Option of Custom Field dropdown
TrelloRestApi.DefaultApigetEnterprisesIdGET /enterprises/{id}Get an Enterprise
TrelloRestApi.DefaultApigetEnterprisesIdAdminsGET /enterprises/{id}/adminsGet Enterprise admin Members
TrelloRestApi.DefaultApigetEnterprisesIdAuditlogGET /enterprises/{id}/auditlogGet auditlog data for an Enterprise
TrelloRestApi.DefaultApigetEnterprisesIdMembersGET /enterprises/{id}/membersGet Members of Enterprise
TrelloRestApi.DefaultApigetEnterprisesIdMembersIdmemberGET /enterprises/{id}/members/{idMember}Get a Member of Enterprise
TrelloRestApi.DefaultApigetEnterprisesIdSignupurlGET /enterprises/{id}/signupUrlGet signupUrl for Enterprise
TrelloRestApi.DefaultApigetEnterprisesIdTransferrableOrganizationIdOrganizationGET /enterprises/{id}/transferrable/organization/{idOrganization}Get whether an organization can be transferred to an enterprise.
TrelloRestApi.DefaultApigetLabelsIdGET /labels/{id}Get a Label
TrelloRestApi.DefaultApigetListsIdGET /lists/{id}Get a List
TrelloRestApi.DefaultApigetListsIdActionsGET /lists/{id}/actionsGet Actions for a List
TrelloRestApi.DefaultApigetListsIdBoardGET /lists/{id}/boardGet the Board a List is on
TrelloRestApi.DefaultApigetListsIdCardsGET /lists/{id}/cardsGet Cards in a List
TrelloRestApi.DefaultApigetMembersIdActionsGET /members/{id}/actionsGet a Member's Actions
TrelloRestApi.DefaultApigetMembersIdBoardbackgroundsGET /members/{id}/boardBackgroundsGet Member's custom Board backgrounds
TrelloRestApi.DefaultApigetMembersIdBoardbackgroundsIdbackgroundGET /members/{id}/boardBackgrounds/{idBackground}Get a boardBackground of a Member
TrelloRestApi.DefaultApigetMembersIdBoardsGET /members/{id}/boardsGet Boards that Member belongs to
TrelloRestApi.DefaultApigetMembersIdBoardsinvitedGET /members/{id}/boardsInvitedGet Boards the Member has been invited to
TrelloRestApi.DefaultApigetMembersIdBoardstarsGET /members/{id}/boardStarsGet a Member's boardStars
TrelloRestApi.DefaultApigetMembersIdBoardstarsIdstarGET /members/{id}/boardStars/{idStar}Get a boardStar of Member
TrelloRestApi.DefaultApigetMembersIdCardsGET /members/{id}/cardsGet Cards the Member is on
TrelloRestApi.DefaultApigetMembersIdCustomboardbackgroundsGET /members/{id}/customBoardBackgroundsGet a Member's custom Board Backgrounds
TrelloRestApi.DefaultApigetMembersIdCustomboardbackgroundsIdbackgroundGET /members/{id}/customBoardBackgrounds/{idBackground}Get custom Board Background of Member
TrelloRestApi.DefaultApigetMembersIdCustomemojiGET /members/{id}/customEmojiGet a Member's customEmojis
TrelloRestApi.DefaultApigetMembersIdCustomstickersGET /members/{id}/customStickersGet Member's custom Stickers
TrelloRestApi.DefaultApigetMembersIdCustomstickersIdstickerGET /members/{id}/customStickers/{idSticker}Get a Member's custom Sticker
TrelloRestApi.DefaultApigetMembersIdFieldGET /members/{id}/{field}Get a field on a Member
TrelloRestApi.DefaultApigetMembersIdNotificationsGET /members/{id}/notificationsGet Member's Notifications
TrelloRestApi.DefaultApigetMembersIdOrganizationsGET /members/{id}/organizationsGet Member's Organizations
TrelloRestApi.DefaultApigetMembersIdOrganizationsinvitedGET /members/{id}/organizationsInvitedGet Organizations a Member has been invited to
TrelloRestApi.DefaultApigetMembersIdSavedsearchesGET /members/{id}/savedSearchesGet Member's saved searched
TrelloRestApi.DefaultApigetMembersIdSavedsearchesIdsearchGET /members/{id}/savedSearches/{idSearch}Get a saved search
TrelloRestApi.DefaultApigetMembersIdTokensGET /members/{id}/tokensGet Member's Tokens
TrelloRestApi.DefaultApigetMembersidGET /members/{id}Get a Member
TrelloRestApi.DefaultApigetNotificationsIdGET /notifications/{id}Get a Notification
TrelloRestApi.DefaultApigetNotificationsIdBoardGET /notifications/{id}/boardGet the Board a Notification is on
TrelloRestApi.DefaultApigetNotificationsIdCardGET /notifications/{id}/cardGet the Card a Notification is on
TrelloRestApi.DefaultApigetNotificationsIdFieldGET /notifications/{id}/{field}Get a field of a Notification
TrelloRestApi.DefaultApigetNotificationsIdListGET /notifications/{id}/listGet the List a Notification is on
TrelloRestApi.DefaultApigetNotificationsIdMembercreatorGET /notifications/{id}/memberCreatorGet the Member who created the Notification
TrelloRestApi.DefaultApigetNotificationsIdOrganizationGET /notifications/{id}/organizationGet a Notification's associated Organization
TrelloRestApi.DefaultApigetOrganizationsIdGET /organizations/{id}Get an Organization
TrelloRestApi.DefaultApigetOrganizationsIdActionsGET /organizations/{id}/actionsGet Actions for Organization
TrelloRestApi.DefaultApigetOrganizationsIdBoardsGET /organizations/{id}/boardsGet Boards in an Organization
TrelloRestApi.DefaultApigetOrganizationsIdExportsGET /organizations/{id}/exportsRetrieve Organization's Exports
TrelloRestApi.DefaultApigetOrganizationsIdFieldGET /organizations/{id}/{field}Get field on Organization
TrelloRestApi.DefaultApigetOrganizationsIdMembersGET /organizations/{id}/membersGet the Members of an Organization
TrelloRestApi.DefaultApigetOrganizationsIdMembershipsGET /organizations/{id}/membershipsGet Memberships of an Organization
TrelloRestApi.DefaultApigetOrganizationsIdMembershipsIdmembershipGET /organizations/{id}/memberships/{idMembership}Get a Membership of an Organization
TrelloRestApi.DefaultApigetOrganizationsIdNewbillableguestsIdboardGET /organizations/{id}/newBillableGuests/{idBoard}Get Organizations new billable guests
TrelloRestApi.DefaultApigetOrganizationsIdPlugindataGET /organizations/{id}/pluginDataGet the pluginData Scoped to Organization
TrelloRestApi.DefaultApigetOrganizationsIdTagsGET /organizations/{id}/tagsGet Tags of an Organization
TrelloRestApi.DefaultApigetPluginsIdGET /plugins/{id}/Get a Plugin
TrelloRestApi.DefaultApigetPluginsIdComplianceMemberprivacyGET /plugins/{id}/compliance/memberPrivacyGet Plugin's Member privacy compliance
TrelloRestApi.DefaultApigetSearchGET /searchSearch Trello
TrelloRestApi.DefaultApigetSearchMembersGET /search/members/Search for Members
TrelloRestApi.DefaultApigetTokensTokenGET /tokens/{token}Get a Token
TrelloRestApi.DefaultApigetTokensTokenMemberGET /tokens/{token}/memberGet Token's Member
TrelloRestApi.DefaultApigetTokensTokenWebhooksGET /tokens/{token}/webhooksGet Webhooks for Token
TrelloRestApi.DefaultApigetTokensTokenWebhooksIdwebhookGET /tokens/{token}/webhooks/{idWebhook}Get a Webhook belonging to a Token
TrelloRestApi.DefaultApigetWebhooksIdGET /webhooks/{id}Get a Webhook
TrelloRestApi.DefaultApimembersidavatarPOST /members/{id}/avatarCreate Avatar for Member
TrelloRestApi.DefaultApimembersidcustomboardbackgrounds1POST /members/{id}/customBoardBackgroundsCreate a new custom Board Background
TrelloRestApi.DefaultApimembersidcustomemojiidemojiGET /members/{id}/customEmoji/{idEmoji}Get a Member's custom Emoji
TrelloRestApi.DefaultApinotificationsidmemberGET /notifications/{id}/memberGet the Member a Notification is about (not the creator)
TrelloRestApi.DefaultApiorganizationsIdMembersIdmemberAllDELETE /organizations/{id}/members/{idMember}/allRemove a Member from an Organization and all Organization Boards
TrelloRestApi.DefaultApipostActionsIdactionReactionsPOST /actions/{idAction}/reactionsCreate Reaction for Action
TrelloRestApi.DefaultApipostBoardsPOST /boards/Create a Board
TrelloRestApi.DefaultApipostBoardsIdBoardpluginsPOST /boards/{id}/boardPluginsEnable a Power-Up on a Board
TrelloRestApi.DefaultApipostBoardsIdCalendarkeyGeneratePOST /boards/{id}/calendarKey/generateCreate a calendarKey for a Board
TrelloRestApi.DefaultApipostBoardsIdChecklistsPOST /boards/{id}/checklistsCreate Checklist on a Board
TrelloRestApi.DefaultApipostBoardsIdEmailkeyGeneratePOST /boards/{id}/emailKey/generateCreate a emailKey for a Board
TrelloRestApi.DefaultApipostBoardsIdIdtagsPOST /boards/{id}/idTagsCreate a Tag for a Board
TrelloRestApi.DefaultApipostBoardsIdLabelsPOST /boards/{id}/labelsCreate a Label on a Board
TrelloRestApi.DefaultApipostBoardsIdListsPOST /boards/{id}/listsCreate a List on a Board
TrelloRestApi.DefaultApipostBoardsIdMarkedasviewedPOST /boards/{id}/markedAsViewedMark Board as viewed
TrelloRestApi.DefaultApipostBoardsIdPowerupsPOST /boards/{id}/powerUpsEnable Power-Up on a Board
TrelloRestApi.DefaultApipostCardsPOST /cardsCreate a new Card
TrelloRestApi.DefaultApipostCardsIdActionsCommentsPOST /cards/{id}/actions/commentsAdd a new comment to a Card
TrelloRestApi.DefaultApipostCardsIdAttachmentsPOST /cards/{id}/attachmentsCreate Attachment On Card
TrelloRestApi.DefaultApipostCardsIdChecklistsPOST /cards/{id}/checklistsCreate Checklist on a Card
TrelloRestApi.DefaultApipostCardsIdIdlabelsPOST /cards/{id}/idLabelsAdd a Label to a Card
TrelloRestApi.DefaultApipostCardsIdIdmembersPOST /cards/{id}/idMembersAdd a Member to a Card
TrelloRestApi.DefaultApipostCardsIdLabelsPOST /cards/{id}/labelsCreate a new Label on a Card
TrelloRestApi.DefaultApipostCardsIdMarkassociatednotificationsreadPOST /cards/{id}/markAssociatedNotificationsReadMark a Card's Notifications as read
TrelloRestApi.DefaultApipostCardsIdStickersPOST /cards/{id}/stickersAdd a Sticker to a Card
TrelloRestApi.DefaultApipostChecklistsPOST /checklistsCreate a Checklist
TrelloRestApi.DefaultApipostChecklistsIdCheckitemsPOST /checklists/{id}/checkItemsCreate Checkitem on Checklist
TrelloRestApi.DefaultApipostCustomfieldsPOST /customFieldsCreate a new Custom Field on a Board
TrelloRestApi.DefaultApipostCustomfieldsIdOptionsGET /customFields/{id}/optionsGet Options of Custom Field drop down
TrelloRestApi.DefaultApipostEnterprisesIdTokensPOST /enterprises/{id}/tokensCreate an auth Token for an Enterprise.
TrelloRestApi.DefaultApipostLabelsPOST /labelsCreate a Label
TrelloRestApi.DefaultApipostListsPOST /listsCreate a new List
TrelloRestApi.DefaultApipostListsIdArchiveallcardsPOST /lists/{id}/archiveAllCardsArchive all Cards in List
TrelloRestApi.DefaultApipostListsIdMoveallcardsPOST /lists/{id}/moveAllCardsMove all Cards in List
TrelloRestApi.DefaultApipostMembersIdBoardbackgrounds1POST /members/{id}/boardBackgroundsUpload new boardBackground for Member
TrelloRestApi.DefaultApipostMembersIdBoardstarsPOST /members/{id}/boardStarsCreate Star for Board
TrelloRestApi.DefaultApipostMembersIdCustomemojiPOST /members/{id}/customEmojiCreate custom Emoji for Member
TrelloRestApi.DefaultApipostMembersIdCustomstickersPOST /members/{id}/customStickersCreate custom Sticker for Member
TrelloRestApi.DefaultApipostMembersIdOnetimemessagesdismissedPOST /members/{id}/oneTimeMessagesDismissedDismiss a message for Member
TrelloRestApi.DefaultApipostMembersIdSavedsearchesPOST /members/{id}/savedSearchesCreate saved Search for Memer
TrelloRestApi.DefaultApipostNotificationsAllReadPOST /notifications/all/readMark all Notifications as read
TrelloRestApi.DefaultApipostOrganizationsPOST /organizationsCreate a new Organization
TrelloRestApi.DefaultApipostOrganizationsIdExportsPOST /organizations/{id}/exportsCreate Export for Organizations
TrelloRestApi.DefaultApipostOrganizationsIdLogoPOST /organizations/{id}/logoUpdate logo for an Organization
TrelloRestApi.DefaultApipostOrganizationsIdTagsPOST /organizations/{id}/tagsCreate a Tag in Organization
TrelloRestApi.DefaultApipostPluginsIdpluginListingPOST /plugins/{idPlugin}/listingCreate a Listing for Plugin
TrelloRestApi.DefaultApipostTokensTokenWebhooksPOST /tokens/{token}/webhooksCreate Webhooks for Token
TrelloRestApi.DefaultApipostWebhooksPOST /webhooks/Create a Webhook
TrelloRestApi.DefaultApiputActionsIdPUT /actions/{id}Update an Action
TrelloRestApi.DefaultApiputActionsIdTextPUT /actions/{id}/textUpdate a Comment Action
TrelloRestApi.DefaultApiputBoardsIdPUT /boards/{id}Update a Board
TrelloRestApi.DefaultApiputBoardsIdMembersPUT /boards/{id}/membersInvite Member to Board via email
TrelloRestApi.DefaultApiputBoardsIdMembersIdmemberPUT /boards/{id}/members/{idMember}Add a Member to a Board
TrelloRestApi.DefaultApiputBoardsIdMembershipsIdmembershipPUT /boards/{id}/memberships/{idMembership}Update Membership of Member on a Board
TrelloRestApi.DefaultApiputBoardsIdMyPrefsShowlistguidePUT /boards/{id}/myPrefs/showListGuideUpdate showListGuide Pref on a Board
TrelloRestApi.DefaultApiputBoardsIdMyPrefsShowsidebarPUT /boards/{id}/myPrefs/showSidebarUpdate showSidebar Pref on a Board
TrelloRestApi.DefaultApiputBoardsIdMyPrefsShowsidebaractivityPUT /boards/{id}/myPrefs/showSidebarActivityUpdate showSidebarActivity Pref on a Board
TrelloRestApi.DefaultApiputBoardsIdMyPrefsShowsidebarboardactionsPUT /boards/{id}/myPrefs/showSidebarBoardActionsUpdate showSidebarBoardActions Pref on a Board
TrelloRestApi.DefaultApiputBoardsIdMyPrefsShowsidebarmembersPUT /boards/{id}/myPrefs/showSidebarMembersUpdate showSidebarMembers Pref on a Board
TrelloRestApi.DefaultApiputBoardsIdMyprefsEmailpositionPUT /boards/{id}/myPrefs/emailPositionUpdate emailPosition Pref on a Board
TrelloRestApi.DefaultApiputBoardsIdMyprefsIdemaillistPUT /boards/{id}/myPrefs/idEmailListUpdate idEmailList Pref on a Board
TrelloRestApi.DefaultApiputCardsIdPUT /cards/{id}Update a Card
TrelloRestApi.DefaultApiputCardsIdActionsIdactionCommentsPUT /cards/{id}/actions/{idAction}/commentsUpdate Comment Action on a Card
TrelloRestApi.DefaultApiputCardsIdCheckitemIdcheckitemPUT /cards/{id}/checkItem/{idCheckItem}Update a checkItem on a Card
TrelloRestApi.DefaultApiputCardsIdStickersIdstickerPUT /cards/{id}/stickers/{idSticker}Update a Sticker on a Card
TrelloRestApi.DefaultApiputCardsIdcardChecklistIdchecklistCheckitemIdcheckitemPUT /cards/{idCard}/checklist/{idChecklist}/checkItem/{idCheckItem}Update Checkitem on Checklist on Card
TrelloRestApi.DefaultApiputCardsIdcardCustomfieldIdcustomfieldItemPUT /cards/{idCard}/customField/{idCustomField}/itemUpdate Custom Field item on Card
TrelloRestApi.DefaultApiputChecklistsIdFieldPUT /checklists/{id}/{field}Update field on a Checklist
TrelloRestApi.DefaultApiputCheclistsIdPUT /checklists/{id}Update a Checklist
TrelloRestApi.DefaultApiputCustomfieldsIdPUT /customFields/{id}Update a Custom Field definition
TrelloRestApi.DefaultApiputEnterprisesIdAdminsIdmemberPUT /enterprises/{id}/admins/{idMember}Update Member to be admin of Enterprise
TrelloRestApi.DefaultApiputEnterprisesIdMembersIdmemberLicensedPUT /enterprises/{id}/members/{idMember}/licensedUpdate a Member's licensed status
TrelloRestApi.DefaultApiputEnterprisesIdOrganizationsPUT /enterprises/{id}/organizationsTransfer an Organization to an Enterprise.
TrelloRestApi.DefaultApiputIdIdboardPUT /lists/{id}/idBoardMove List to Board
TrelloRestApi.DefaultApiputLabelsIdPUT /labels/{id}Update a Label
TrelloRestApi.DefaultApiputLabelsIdFieldPUT /labels/{id}/{field}Update a field on a label
TrelloRestApi.DefaultApiputListsIdPUT /lists/{id}Update a List
TrelloRestApi.DefaultApiputListsIdClosedPUT /lists/{id}/closedArchive or unarchive a list
TrelloRestApi.DefaultApiputListsIdFieldPUT /lists/{id}/{field}Update a field on a List
TrelloRestApi.DefaultApiputMembersIdPUT /members/{id}Update a Member
TrelloRestApi.DefaultApiputMembersIdBoardbackgroundsIdbackgroundPUT /members/{id}/boardBackgrounds/{idBackground}Update a Member's custom Board background
TrelloRestApi.DefaultApiputMembersIdBoardstarsIdstarPUT /members/{id}/boardStars/{idStar}Update the position of a boardStar of Member
TrelloRestApi.DefaultApiputMembersIdCustomboardbackgroundsIdbackgroundPUT /members/{id}/customBoardBackgrounds/{idBackground}Update custom Board Background of Member
TrelloRestApi.DefaultApiputMembersIdSavedsearchesIdsearchPUT /members/{id}/savedSearches/{idSearch}Update a saved search
TrelloRestApi.DefaultApiputNotificationsIdPUT /notifications/{id}Update a Notification's read status
TrelloRestApi.DefaultApiputNotificationsIdUnreadPUT /notifications/{id}/unreadUpdate Notification's read status
TrelloRestApi.DefaultApiputOrganizationsIdPUT /organizations/{id}Update an Organization
TrelloRestApi.DefaultApiputOrganizationsIdMembersPUT /organizations/{id}/membersUpdate an Organization's Members
TrelloRestApi.DefaultApiputOrganizationsIdMembersIdmemberPUT /organizations/{id}/members/{idMember}Update a Member of an Organization
TrelloRestApi.DefaultApiputOrganizationsIdMembersIdmemberDeactivatedPUT /organizations/{id}/members/{idMember}/deactivatedDeactivate or reactivate a member of an Organization
TrelloRestApi.DefaultApiputPluginsIdPUT /plugins/{id}/Update a Plugin
TrelloRestApi.DefaultApiputPluginsIdpluginListingsIdlistingPUT /plugins/{idPlugin}/listings/{idListing}Updating Plugin's Listing
TrelloRestApi.DefaultApiputWebhooksIdPUT /webhooks/{id}Update a Webhook
TrelloRestApi.DefaultApitokenstokenwebhooks1PUT /tokens/{token}/webhooks/{idWebhook}Update a Webhook created by Token
TrelloRestApi.DefaultApiwebhooksidfieldGET /webhooks/{id}/{field}Get a field on a Webhook

Documentation for Models

Documentation for Authorization

APIKey

  • Type: API key
  • API key parameter name: key
  • Location: URL query string

APIToken

  • Type: API key
  • API key parameter name: token
  • Location: URL query string

Fully generated ⚙️

This library is fully generated from OpenAPI definitions files :

0.0.2

3 years ago

0.0.1

3 years ago