Trello

class trello.Trello(key, token=None)

Create a Trello service.

Variables:
  • key (str) – Your application key
  • token (str) – The authorization token from the user (optional).

Action

Trello.action(action_id)

Return the resource corresponding to a single action.

Board

Action.board()

Returns a single board

Board.field(field)

Returns a single resource field.

Variables:field (str) – a valid resource’s field.
Board.get(fields=None)

Fetch a single object.

Variables:fields (list) – all or comma-separated list of fields.

Card

Action.card()

Returns a single card

Card.field(field)

Returns a single resource field.

Variables:field (str) – a valid resource’s field.
Card.get(fields=None)

Fetch a single object.

Variables:fields (list) – all or comma-separated list of fields.

MemberCreator

Action.creator()

Returns a single creator

MemberCreator.field(field)

Returns a single resource field.

Variables:field (str) – a valid resource’s field.
MemberCreator.get(fields=None)

Fetch a single object.

Variables:fields (list) – all or comma-separated list of fields.

List

Action.list()

Returns a single list

List.field(field)

Returns a single resource field.

Variables:field (str) – a valid resource’s field.
List.get(fields=None)

Fetch a single object.

Variables:fields (list) – all or comma-separated list of fields.

Member

Action.member()

Returns a single member

Member.field(field)

Returns a single resource field.

Variables:field (str) – a valid resource’s field.
Member.get(fields=None)

Fetch a single object.

Variables:fields (list) – all or comma-separated list of fields.

Organization

Action.organization()

Returns a single organization

Organization.field(field)

Returns a single resource field.

Variables:field (str) – a valid resource’s field.
Organization.get(fields=None)

Fetch a single object.

Variables:fields (list) – all or comma-separated list of fields.
Action.delete()

Delete this resource.

Action.field(field)

Returns a single resource field.

Variables:field (str) – a valid resource’s field.
Action.get(fields=None, entities=None, member=None, member_fields=None, memberCreator=None, memberCreator_fields=None)

Fetch a single object.

Upstream documentation: https://trello.com/docs/api/action/index.html#get-1-actions-idaction

Action.update(obj)

Update this resource.

Variables:obj – a Python object representing the updated resource, usually in the same format as returned from get. Refer to the upstream documentation for details.

Board

Trello.board(board_id)

Return the resource corresponding to a single board

Actions

Board.actions()

Returns all actions

Actions.get(**kwargs)

Fetch a collection.

Upstream documentation: https://trello.com/docs/api/

Card

Board.card(card_id)

Returns a single card

Card.get(fields=None)

Fetch a single object.

Variables:fields (list) – all or comma-separated list of fields.

Cards

Board.cards()

Returns all cards

Cards.filter(filter_id)

Fetch a collection filtered.

Variables:filter (str) – a valid resource’s filter.
Cards.get(**kwargs)

Fetch a collection.

Upstream documentation: https://trello.com/docs/api/

Checklists

Board.checklists()

Returns all checklists

Checklists.create(obj)

Create a new resource.

Variables:obj – a Python object representing the resource to be created, usually in the same format as returned from get. Refer to the upstream documentation for details.
Checklists.get(**kwargs)

Fetch a collection.

Upstream documentation: https://trello.com/docs/api/

Lists

Board.lists()

Returns all lists

Lists.create(obj)

Create a new resource.

Variables:obj – a Python object representing the resource to be created, usually in the same format as returned from get. Refer to the upstream documentation for details.
Lists.filter(filter_id)

Fetch a collection filtered.

Variables:filter (str) – a valid resource’s filter.
Lists.get(**kwargs)

Fetch a collection.

Upstream documentation: https://trello.com/docs/api/

Member

Board.member(member_id)

Returns a single member

Member.delete()

Delete this resource.

Member.update(obj)

Update this resource.

Variables:obj – a Python object representing the updated resource, usually in the same format as returned from get. Refer to the upstream documentation for details.

Members

Board.members()

Returns all members

Members.filter(filter_id)

Fetch a collection filtered.

Variables:filter (str) – a valid resource’s filter.
Members.get(**kwargs)

Fetch a collection.

Upstream documentation: https://trello.com/docs/api/

MembersInvited

Board.members_invited()

Returns all invited members

MembersInvited.field(field)

Returns a single resource field.

Variables:field (str) – a valid resource’s field.
MembersInvited.get(fields=None)

Fetch a single object.

Variables:fields (list) – all or comma-separated list of fields.

Membership

Board.membership(membership_id)

Returns a single membership

Membership.get(fields=None)

Fetch a single object.

Variables:fields (list) – all or comma-separated list of fields.
Membership.update(obj)

Update this resource.

Variables:obj – a Python object representing the updated resource, usually in the same format as returned from get. Refer to the upstream documentation for details.

Memberships

Board.memberships()

Returns all memberships

Memberships.get(**kwargs)

Fetch a collection.

Upstream documentation: https://trello.com/docs/api/

Organization

Board.organization()

Returns a single organization

Organization.field(field)

Returns a single resource field.

Variables:field (str) – a valid resource’s field.
Organization.get(fields=None)

Fetch a single object.

Variables:fields (list) – all or comma-separated list of fields.
Board.calendar_key()

Generates a calendar key.

Board.email_key()

Generates a email key.

Board.field(field)

Returns a single resource field.

Variables:field (str) – a valid resource’s field.
Board.get(**kwargs)

Fetch a single object.

Upstream documentation: https://trello.com/docs/api/board/index.html#get-1-boards-board-id

Board.mark_as_viewed()

Marks board as viewed.

Board.update(obj)

Update this resource.

Variables:obj – a Python object representing the updated resource, usually in the same format as returned from get. Refer to the upstream documentation for details.

Boards

Trello.boards()

Return the resource corresponding to all boards

Boards.create(obj)

Create a new resource.

Variables:obj – a Python object representing the resource to be created, usually in the same format as returned from get. Refer to the upstream documentation for details.

Card

Trello.card(card_id_or_shortlink)

Return the resource corresponding to a single card

Actions

Card.actions()

Returns all actions

Comments

Actions.comments()

Returns all comments

Comments.create(obj)

Create a new resource.

Variables:obj – a Python object representing the resource to be created, usually in the same format as returned from get. Refer to the upstream documentation for details.
Comments.delete()
Comments.update(obj)
Actions.get(**kwargs)

Fetch a collection.

Upstream documentation: https://trello.com/docs/api/

Attachment

Card.attachment(attachment_id)

Returns a single checklist

Attachment.delete()

Delete this resource.

Attachment.get(fields=None)

Fetch a single object.

Variables:fields (list) – all or comma-separated list of fields.

Attachments

Card.attachments()

Returns all attachments

Attachments.create(obj)

Create a new resource.

Variables:obj – a Python object representing the resource to be created, usually in the same format as returned from get. Refer to the upstream documentation for details.
Attachments.get(**kwargs)

Fetch a collection.

Upstream documentation: https://trello.com/docs/api/

Board

Card.board()

Returns a single board

Board.field(field)

Returns a single resource field.

Variables:field (str) – a valid resource’s field.
Board.get(fields=None)

Fetch a single object.

Variables:fields (list) – all or comma-separated list of fields.

CheckItemStates

Card.checkitem_states()

Returns all checkitem states

CheckItemStates.get(**kwargs)

Fetch a collection.

Upstream documentation: https://trello.com/docs/api/

Checklist

Card.checklist(checklist_id)

Returns a single checklist

CheckItem

Checklist.checkitem(checkitem_id)

Returns a single checkitem

CheckItem.convert_to_card()

Converts checkitem to card.

CheckItem.delete()

Delete this resource.

CheckItem.update(obj)

Update this resource.

Variables:obj – a Python object representing the updated resource, usually in the same format as returned from get. Refer to the upstream documentation for details.

CheckItems

Checklist.checkitems()

Returns all checkitems

CheckItems.create(obj)

Create a new resource.

Variables:obj – a Python object representing the resource to be created, usually in the same format as returned from get. Refer to the upstream documentation for details.

Checklists

Card.checklists()

Returns all checklists

Checklists.create(obj)

Create a new resource.

Variables:obj – a Python object representing the resource to be created, usually in the same format as returned from get. Refer to the upstream documentation for details.
Checklists.get(**kwargs)

Fetch a collection.

Upstream documentation: https://trello.com/docs/api/

Label

Card.label(color)

Returns a single label

Label.delete()

Delete this resource.

Labels

Card.labels()

Returns all labels

Labels.create(obj)

Create a new resource.

Variables:obj – a Python object representing the resource to be created, usually in the same format as returned from get. Refer to the upstream documentation for details.

List

Card.list()

Returns a single list

List.field(field)

Returns a single resource field.

Variables:field (str) – a valid resource’s field.
List.get(fields=None)

Fetch a single object.

Variables:fields (list) – all or comma-separated list of fields.

Members

Card.members()

Returns all members

Members.get(**kwargs)

Fetch a collection.

Upstream documentation: https://trello.com/docs/api/

MembersVoted

Card.members_voted()

Returns all voted members

MembersVoted.create(obj)

Create a new resource.

Variables:obj – a Python object representing the resource to be created, usually in the same format as returned from get. Refer to the upstream documentation for details.
MembersVoted.get(**kwargs)

Fetch a collection.

Upstream documentation: https://trello.com/docs/api/

Sticker

Card.sticker(sticker_id)

Returns a single sticker

Sticker.delete()

Delete this resource.

Sticker.get(fields=None)

Fetch a single object.

Variables:fields (list) – all or comma-separated list of fields.
Sticker.update(obj)

Update this resource.

Variables:obj – a Python object representing the updated resource, usually in the same format as returned from get. Refer to the upstream documentation for details.

Stickers

Card.stickers()

Returns all stickers

Stickers.create(obj)

Create a new resource.

Variables:obj – a Python object representing the resource to be created, usually in the same format as returned from get. Refer to the upstream documentation for details.
Stickers.get(**kwargs)

Fetch a collection.

Upstream documentation: https://trello.com/docs/api/

Card.field(field)

Returns a single resource field.

Variables:field (str) – a valid resource’s field.
Card.get(**kwargs)

Fetch a single object.

Upstream documentation: https://trello.com/docs/api/card/index.html#get-1-cards-card-id-or-shortlink

Card.mark_as_read()

Marks associated notification as read.

Card.update(obj)

Update this resource.

Variables:obj – a Python object representing the updated resource, usually in the same format as returned from get. Refer to the upstream documentation for details.

Cards

Trello.cards()

Return the resource corresponding to all cards

Cards.create(obj)

Create a new resource.

Variables:obj – a Python object representing the resource to be created, usually in the same format as returned from get. Refer to the upstream documentation for details.

Checklist

Trello.checklist(checklist_id)

Return the resource corresponding to a single checklist

Board

Checklist.board()

Returns a single board

Board.field(field)

Returns a single resource field.

Variables:field (str) – a valid resource’s field.
Board.get(fields=None)

Fetch a single object.

Variables:fields (list) – all or comma-separated list of fields.

Cards

Checklist.cards()

Returns all cards

Cards.filter(filter_id)

Fetch a collection filtered.

Variables:filter (str) – a valid resource’s filter.
Cards.get(**kwargs)

Fetch a collection.

Upstream documentation: https://trello.com/docs/api/

CheckItem

Checklist.checkitem(checkitem_id)

Returns a single checkitem

CheckItem.delete()

Delete this resource.

CheckItem.get(fields=None)

Fetch a single object.

Variables:fields (list) – all or comma-separated list of fields.

CheckItems

Checklist.checkitems()

Returns all checkitems

CheckItems.create(obj)

Create a new resource.

Variables:obj – a Python object representing the resource to be created, usually in the same format as returned from get. Refer to the upstream documentation for details.
CheckItems.get(**kwargs)

Fetch a collection.

Upstream documentation: https://trello.com/docs/api/

Checklist.delete()

Delete this resource.

Checklist.field(field)

Returns a single resource field.

Variables:field (str) – a valid resource’s field.
Checklist.get(**kwargs)

Fetch a single object.

Upstream documentation: https://trello.com/docs/api/checklist/index.html

Checklist.update(obj)

Update this resource.

Variables:obj – a Python object representing the updated resource, usually in the same format as returned from get. Refer to the upstream documentation for details.

Checklists

Trello.checklists()

Return the resource corresponding to all checklists

Checklists.create(obj)

Create a new resource.

Variables:obj – a Python object representing the resource to be created, usually in the same format as returned from get. Refer to the upstream documentation for details.

List

Trello.list(list_id)

Return the resource corresponding to a single list

Actions

List.actions()

Returns all actions

Actions.get(**kwargs)

Fetch a collection.

Upstream documentation: https://trello.com/docs/api/

Board

List.board()

Returns a single board

Board.field(field)

Returns a single resource field.

Variables:field (str) – a valid resource’s field.
Board.get(fields=None)

Fetch a single object.

Variables:fields (list) – all or comma-separated list of fields.

Cards

List.cards()

Returns all cards

Cards.filter(filter_id)

Fetch a collection filtered.

Variables:filter (str) – a valid resource’s filter.
Cards.get(**kwargs)

Fetch a collection.

Upstream documentation: https://trello.com/docs/api/

List.archive_all_cards()

Archive all list cards.

List.field(field)

Returns a single resource field.

Variables:field (str) – a valid resource’s field.
List.get(**kwargs)

Fetch a single object.

Upstream documentation: https://trello.com/docs/api/list/index.html#get-1-lists-idlist

List.update(obj)

Update this resource.

Variables:obj – a Python object representing the updated resource, usually in the same format as returned from get. Refer to the upstream documentation for details.

Lists

Trello.lists()

Return the resource corresponding to all lists

Lists.create(obj)

Create a new resource.

Variables:obj – a Python object representing the resource to be created, usually in the same format as returned from get. Refer to the upstream documentation for details.

Member

Trello.me()

Return the resource corresponding to the current member

Actions

Member.actions()

Returns all actions

Actions.get(**kwargs)

Fetch a collection.

Upstream documentation: https://trello.com/docs/api/

BoardBackgrounds

Member.board_background(board_background_id)

Returns a single board background

BoardBackgrounds.create(obj)

Create a new resource.

Variables:obj – a Python object representing the resource to be created, usually in the same format as returned from get. Refer to the upstream documentation for details.
BoardBackgrounds.get(**kwargs)

Fetch a collection.

Upstream documentation: https://trello.com/docs/api/

BoardBackgrounds

Member.board_backgrounds()

Returns all board backgrounds

BoardBackgrounds.create(obj)

Create a new resource.

Variables:obj – a Python object representing the resource to be created, usually in the same format as returned from get. Refer to the upstream documentation for details.
BoardBackgrounds.get(**kwargs)

Fetch a collection.

Upstream documentation: https://trello.com/docs/api/

BoardStar

Member.board_star(board_star_id)

Returns a single board star

BoardStar.delete()

Delete this resource.

BoardStar.update(obj)

Update this resource.

Variables:obj – a Python object representing the updated resource, usually in the same format as returned from get. Refer to the upstream documentation for details.

BoardStars

Member.board_stars()

Returns all board stars

BoardStars.create(obj)

Create a new resource.

Variables:obj – a Python object representing the resource to be created, usually in the same format as returned from get. Refer to the upstream documentation for details.
BoardStars.get()

Boards

Member.boards()

Returns all boards

Boards.filter(filter_id)

Fetch a collection filtered.

Variables:filter (str) – a valid resource’s filter.
Boards.get(**kwargs)

Fetch a collection.

Upstream documentation: https://trello.com/docs/api/

Cards

Member.cards()

Returns all cards

Cards.filter(filter_id)

Fetch a collection filtered.

Variables:filter (str) – a valid resource’s filter.
Cards.get(**kwargs)

Fetch a collection.

Upstream documentation: https://trello.com/docs/api/

CustomBoardBackground

Member.custom_board_background(board_background_id)

Returns a single custom board background

CustomBoardBackground.delete()

Delete this resource.

CustomBoardBackground.get(fields=None)

Fetch a single object.

Variables:fields (list) – all or comma-separated list of fields.
CustomBoardBackground.update(obj)

Update this resource.

Variables:obj – a Python object representing the updated resource, usually in the same format as returned from get. Refer to the upstream documentation for details.

CustomBoardBackgrounds

Member.custom_board_backgrounds()

Returns all custom board backgrounds

CustomBoardBackgrounds.create(obj)

Create a new resource.

Variables:obj – a Python object representing the resource to be created, usually in the same format as returned from get. Refer to the upstream documentation for details.
CustomBoardBackgrounds.get(**kwargs)

Fetch a collection.

Upstream documentation: https://trello.com/docs/api/

CustomSticker

Member.custom_sticker(sticker_id)

Returns a single custom stickers

CustomSticker.delete()

Delete this resource.

CustomSticker.get(fields=None)

Fetch a single object.

Variables:fields (list) – all or comma-separated list of fields.

CustomStickers

Member.custom_stickers()

Returns all custom stickers

CustomStickers.create(obj)

Create a new resource.

Variables:obj – a Python object representing the resource to be created, usually in the same format as returned from get. Refer to the upstream documentation for details.
CustomStickers.get(**kwargs)

Fetch a collection.

Upstream documentation: https://trello.com/docs/api/

Notifications

Member.notifications()

Returns all notifications

Notifications.filter(filter_id)

Fetch a collection filtered.

Variables:filter (str) – a valid resource’s filter.
Notifications.get(**kwargs)

Fetch a collection.

Upstream documentation: https://trello.com/docs/api/

Organizations

Member.organizations()

Returns all organizations

Organizations.filter(filter_id)

Fetch a collection filtered.

Variables:filter (str) – a valid resource’s filter.
Organizations.get(**kwargs)

Fetch a collection.

Upstream documentation: https://trello.com/docs/api/

Sessions

Member.sessions()

Returns all sessions

Sessions.get(**kwargs)

Fetch a collection.

Upstream documentation: https://trello.com/docs/api/

Tokens

Member.tokens()

Returns all tokens

Tokens.get(**kwargs)

Fetch a collection.

Upstream documentation: https://trello.com/docs/api/

Member.field(field)

Returns a single resource field.

Variables:field (str) – a valid resource’s field.
Member.get(**kwargs)

Fetch a single object.

Upstream documentation: https://trello.com/docs/api/member/index.html

Member.update(obj)

Update this resource.

Variables:obj – a Python object representing the updated resource, usually in the same format as returned from get. Refer to the upstream documentation for details.

Member

Trello.member(member_id_or_username)

Return the resource corresponding to a single member

Actions

Member.actions()

Returns all actions

Actions.get(**kwargs)

Fetch a collection.

Upstream documentation: https://trello.com/docs/api/

BoardBackgrounds

Member.board_background(board_background_id)

Returns a single board background

BoardBackgrounds.create(obj)

Create a new resource.

Variables:obj – a Python object representing the resource to be created, usually in the same format as returned from get. Refer to the upstream documentation for details.
BoardBackgrounds.get(**kwargs)

Fetch a collection.

Upstream documentation: https://trello.com/docs/api/

BoardBackgrounds

Member.board_backgrounds()

Returns all board backgrounds

BoardBackgrounds.create(obj)

Create a new resource.

Variables:obj – a Python object representing the resource to be created, usually in the same format as returned from get. Refer to the upstream documentation for details.
BoardBackgrounds.get(**kwargs)

Fetch a collection.

Upstream documentation: https://trello.com/docs/api/

BoardStar

Member.board_star(board_star_id)

Returns a single board star

BoardStar.delete()

Delete this resource.

BoardStar.update(obj)

Update this resource.

Variables:obj – a Python object representing the updated resource, usually in the same format as returned from get. Refer to the upstream documentation for details.

BoardStars

Member.board_stars()

Returns all board stars

BoardStars.create(obj)

Create a new resource.

Variables:obj – a Python object representing the resource to be created, usually in the same format as returned from get. Refer to the upstream documentation for details.
BoardStars.get()

Boards

Member.boards()

Returns all boards

Boards.filter(filter_id)

Fetch a collection filtered.

Variables:filter (str) – a valid resource’s filter.
Boards.get(**kwargs)

Fetch a collection.

Upstream documentation: https://trello.com/docs/api/

Cards

Member.cards()

Returns all cards

Cards.filter(filter_id)

Fetch a collection filtered.

Variables:filter (str) – a valid resource’s filter.
Cards.get(**kwargs)

Fetch a collection.

Upstream documentation: https://trello.com/docs/api/

CustomBoardBackground

Member.custom_board_background(board_background_id)

Returns a single custom board background

CustomBoardBackground.delete()

Delete this resource.

CustomBoardBackground.get(fields=None)

Fetch a single object.

Variables:fields (list) – all or comma-separated list of fields.
CustomBoardBackground.update(obj)

Update this resource.

Variables:obj – a Python object representing the updated resource, usually in the same format as returned from get. Refer to the upstream documentation for details.

CustomBoardBackgrounds

Member.custom_board_backgrounds()

Returns all custom board backgrounds

CustomBoardBackgrounds.create(obj)

Create a new resource.

Variables:obj – a Python object representing the resource to be created, usually in the same format as returned from get. Refer to the upstream documentation for details.
CustomBoardBackgrounds.get(**kwargs)

Fetch a collection.

Upstream documentation: https://trello.com/docs/api/

CustomSticker

Member.custom_sticker(sticker_id)

Returns a single custom stickers

CustomSticker.delete()

Delete this resource.

CustomSticker.get(fields=None)

Fetch a single object.

Variables:fields (list) – all or comma-separated list of fields.

CustomStickers

Member.custom_stickers()

Returns all custom stickers

CustomStickers.create(obj)

Create a new resource.

Variables:obj – a Python object representing the resource to be created, usually in the same format as returned from get. Refer to the upstream documentation for details.
CustomStickers.get(**kwargs)

Fetch a collection.

Upstream documentation: https://trello.com/docs/api/

Notifications

Member.notifications()

Returns all notifications

Notifications.filter(filter_id)

Fetch a collection filtered.

Variables:filter (str) – a valid resource’s filter.
Notifications.get(**kwargs)

Fetch a collection.

Upstream documentation: https://trello.com/docs/api/

Organizations

Member.organizations()

Returns all organizations

Organizations.filter(filter_id)

Fetch a collection filtered.

Variables:filter (str) – a valid resource’s filter.
Organizations.get(**kwargs)

Fetch a collection.

Upstream documentation: https://trello.com/docs/api/

Sessions

Member.sessions()

Returns all sessions

Sessions.get(**kwargs)

Fetch a collection.

Upstream documentation: https://trello.com/docs/api/

Tokens

Member.tokens()

Returns all tokens

Tokens.get(**kwargs)

Fetch a collection.

Upstream documentation: https://trello.com/docs/api/

Member.field(field)

Returns a single resource field.

Variables:field (str) – a valid resource’s field.
Member.get(**kwargs)

Fetch a single object.

Upstream documentation: https://trello.com/docs/api/member/index.html

Member.update(obj)

Update this resource.

Variables:obj – a Python object representing the updated resource, usually in the same format as returned from get. Refer to the upstream documentation for details.

Notification

Trello.notification(notification_id)

Return the resource corresponding to a single notification

Board

Notification.board()

Returns a single board

Board.field(field)

Returns a single resource field.

Variables:field (str) – a valid resource’s field.
Board.get(fields=None)

Fetch a single object.

Variables:fields (list) – all or comma-separated list of fields.

Card

Notification.card()

Returns a single card

Card.field(field)

Returns a single resource field.

Variables:field (str) – a valid resource’s field.
Card.get(fields=None)

Fetch a single object.

Variables:fields (list) – all or comma-separated list of fields.

MemberCreator

Notification.creator()

Returns a single creator

MemberCreator.field(field)

Returns a single resource field.

Variables:field (str) – a valid resource’s field.
MemberCreator.get(fields=None)

Fetch a single object.

Variables:fields (list) – all or comma-separated list of fields.

List

Notification.list()

Returns a single list

List.field(field)

Returns a single resource field.

Variables:field (str) – a valid resource’s field.
List.get(fields=None)

Fetch a single object.

Variables:fields (list) – all or comma-separated list of fields.

Member

Notification.member()

Returns a single member

Member.field(field)

Returns a single resource field.

Variables:field (str) – a valid resource’s field.
Member.get(fields=None)

Fetch a single object.

Variables:fields (list) – all or comma-separated list of fields.

Organization

Notification.organization()

Returns a single organization

Organization.field(field)

Returns a single resource field.

Variables:field (str) – a valid resource’s field.
Organization.get(fields=None)

Fetch a single object.

Variables:fields (list) – all or comma-separated list of fields.
Notification.field(field)

Returns a single resource field.

Variables:field (str) – a valid resource’s field.
Notification.get(**kwargs)

Fetch a single object.

Upstream documentation: https://trello.com/docs/api/notification/index.html

Notification.update(obj)

Update this resource.

Variables:obj – a Python object representing the updated resource, usually in the same format as returned from get. Refer to the upstream documentation for details.

Organization

Trello.organization(organization_id_or_name)

Return the resource corresponding to a single organization

Actions

Organization.actions()

Returns all actions

Actions.get(**kwargs)

Fetch a collection.

Upstream documentation: https://trello.com/docs/api/

Boards

Organization.boards()

Returns all boards

Boards.filter(filter_id)

Fetch a collection filtered.

Variables:filter (str) – a valid resource’s filter.
Boards.get(**kwargs)

Fetch a collection.

Upstream documentation: https://trello.com/docs/api/

Member

Organization.member(member_id)

Returns a single member

Member.delete()

Delete this resource.

Member.update(obj)

Update this resource.

Variables:obj – a Python object representing the updated resource, usually in the same format as returned from get. Refer to the upstream documentation for details.

Members

Organization.members()

Returns all members

Members.filter(filter_id)

Fetch a collection filtered.

Variables:filter (str) – a valid resource’s filter.
Members.get(**kwargs)

Fetch a collection.

Upstream documentation: https://trello.com/docs/api/

MembersInvited

Organization.members_invited()

Returns all invited members

MembersInvited.field(field)

Returns a single resource field.

Variables:field (str) – a valid resource’s field.
MembersInvited.get(fields=None)

Fetch a single object.

Variables:fields (list) – all or comma-separated list of fields.

Membership

Organization.membership(membership_id)

Returns a single membership

Membership.delete()

Delete this resource.

Membership.get(fields=None)

Fetch a single object.

Variables:fields (list) – all or comma-separated list of fields.
Membership.update(obj)

Update this resource.

Variables:obj – a Python object representing the updated resource, usually in the same format as returned from get. Refer to the upstream documentation for details.

Memberships

Organization.memberships()

Returns all memberships

Memberships.get(**kwargs)

Fetch a collection.

Upstream documentation: https://trello.com/docs/api/

Organization.delete()

Delete this resource.

Organization.field(field)

Returns a single resource field.

Variables:field (str) – a valid resource’s field.
Organization.get(**kwargs)

Fetch a single object.

Upstream documentation: https://trello.com/docs/api/organization/index.html

Organization.update(obj)

Update this resource.

Variables:obj – a Python object representing the updated resource, usually in the same format as returned from get. Refer to the upstream documentation for details.

Organizations

Trello.organizations()

Return the resource corresponding to all organizations

Organizations.create(obj)

Create a new resource.

Variables:obj – a Python object representing the resource to be created, usually in the same format as returned from get. Refer to the upstream documentation for details.