The Card object
Notice: The Cards API is deprecated and will be removed in a future release. Please migrate to the new Tasks API to avoid disruptions.
The Board Management API is a powerful and flexible RESTful API designed to streamline the management of cards on your digital boards. Whatever you're building this API provides all the essential features you need to create, update, organize, and delete cards with ease.
To get started with the Board Management API, you'll need to authenticate your application and follow our detailed documentation on how to use each endpoint effectively. Whether you're looking to integrate basic card management features or build complex workflows, our API is designed to be intuitive and developer-friendly.
Explore the API documentation to begin managing your boards and cards like a pro!
Attributes
{
"assignee": "u_c3715664badcadf714053dd0",
"author": "u_e2e07ccb713c2afe739a7c04",
"board": "tskb_b208f0bf2d21fa7fd5a0a577",
"completed": 0,
"completed_at": null,
"completer": null,
"created_at": "2024-03-21T07:52:35+00:00",
"description": "The card description",
"due_at": null,
"due_reminder": null,
"due_reminder_sent_at": null,
"id": "tsk_9bbcb52099a37312fbff58c8",
"milestone": "mst_c26f8070cddd1e226f4f79b3",
"minutes_spent": 45,
"remaining_minutes_estimate": 120,
"list": "tskl_baac852506fc20c0a614b5f6",
"start_at": null,
"title": "The card title",
"updated_at": "2024-03-21T07:52:35+00:00"
}