Fields:
| Field Name | Type | Required | Description |
|---|---|---|---|
| id | string, number | Yes | Unique identifier for the timer. |
| author_id | string, number | Yes | Unique user identifier. |
| card_id | string, number | Yes | Unique identifier of card. |
| started_at | string | Yes | Start date of the timer. |
| finished_at | string | Yes | Finish date of the timer. |
| comment | string | null | No | Comment for the timer. |
Description of fields:
id:
Unique identifier for the tracking timer.
author_id:
ID of author of the attached tracking timer.
card_id:
Parent card ID, where the tracking timer is attached.
started_at:
Start date of the tracking timer.
finished_at:
Finish date of the tracking timer.
comment:
Represents the body of the tracking timer comment.
JSON schema: