Get a card
Fetch the details of a single card.
HTTP Request#
URL Parameters#
| Parameter | Description |
|---|---|
| id | The Id of the card |
Body Parameters#
None
Query Parameters#
All query parameters are optional.
| Parameter | Description | Default Value |
|---|---|---|
| select | A comma delimited list of fields to return in the response (ex. ?select=id,name). By default, all fields are returned if this query parameter is not used. |
Code Samples#
- Python
- Ruby
- Javascript
- cURL