Get a card
Fetch the details of a single card.
#
HTTP Request#
URL ParametersParameter | Description |
---|---|
id | The Id of the card |
#
Body ParametersNone
#
Query ParametersAll 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