Cards
List Card Changes
List card change history
get/cards/{card_id}/changes
Path parameters
card_idstring uuid required
The unique identifier of a card
Example:7d943c51-e4ff-4e57-9558-08cab6b963c7
Response
List of card changes
Example response
{
"changes": [
{
"id": "7d943c51-e4ff-4e57-9558-08cab6b963c7",
"updated_at": "2010-05-06T12:23:34.321Z"
}
],
"next_page_token": "a8937a0d"
}