GET /checklists/{id}
Get a ChecklistServers
- https://api.trello.com/1
Path parameters
| Name | Type | Required | Description | 
|---|---|---|---|
| id | String | Yes | ID of a checklist. | 
Query parameters
| Name | Type | Required | Description | 
|---|---|---|---|
| cards | String | No | Valid values:  Valid values: 
 Default value: "none" | 
| checkItems | String | No | The check items on the list to return. One of:  Valid values: 
 Default value: "all" | 
| checkItem_fields | String | No | The fields on the checkItem to return if checkItems are being returned.  Valid values: 
 Default value: "name, nameData, pos, state, due, dueReminder, idMember" | 
| fields | String | No | 
 Default value: "all" | 
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
      - This loads the API reference documentation and prepares the Http request settings.
 
- Click Test request to test run your request to the API and see the API's response.