Skip to main content

API calls for Atlassian Trello

Atlassian Trello connector API calls to Trello for retrieval of data.

References

  • Token

    Uses the GET operation to retrieve information about the token.

    URI: https://api.trello.com/1/tokens/{token}

    See Atlassian Trello API docs for more information.

  • Organization

    Uses the GET operation to retrieve an organization list.

    URI: https://api.trello.com/1/organization/{organizationID}

    See Atlassian Trello API docs for more information.

  • Members

    Uses the GET operation to retrieve a list of users.

    URI: https://api.trello.com/1/organization/{organizationID}

    See Atlassian Trello API docs for more information.

  • Member actions

    Uses the GET operation to retrieve a list users' actions with a batch request.

    URI: https://api.trello.com/1/batch/?urls=/members/{userID}

    See Atlassian Trello API docs for more information.