API calls for Atlassian Trello
The Atlassian Trello connector makes API calls to Trello to retrieve data.
Token
The call uses the GET operation to retrieve information about the token.
URI: https://api.trello.com/1/tokens/{token}
For more information, see Atlassian Trello API docs .
Organization
The call uses the GET operation to retrieve an organization list.
URI: https://api.trello.com/1/organization/{organizationID}
For more information, see Atlassian Trello API docs .
Members
The call uses the GET operation to retrieve a list of users.
URI: https://api.trello.com/1/organization/{organizationID}
For more information, see Atlassian Trello API docs .
Member actions
The call uses the GET operation to retrieve a list of users' actions with a batch
request.
URI: https://api.trello.com/1/batch/?urls=/members/{userID}
For more information, see Atlassian Trello API docs .