We have expanded the doBoard API documentation with eight new method reference pages covering file attachments and time tracking.
The new documentation includes endpoint details, authorization requirements, input parameters, response formats, access restrictions, side effects, and possible errors.
📎 Attachment API Methods
The following attachment methods are now documented:
attachment_get— retrieve attachments using filters and pagination.attachment_add— upload a file and attach it to a comment.attachment_update— update an attachment’s filename or display order.attachment_delete— permanently delete an attachment and its associated file.
These pages explain multipart file uploads, attachment ownership and access checks, supported filters, response objects, and file-related operations.
⏱️ Hours API Methods
Documentation is also available for four time-tracking methods:
hours_get— retrieve worked-time, estimated-time, and available-capacity records.hours_add— add worked time, a task estimate, or a user’s available capacity.hours_update— update an existing time record.hours_delete— permanently delete a time record.
The Hours documentation describes the differences between:
- Time worked on tasks
- Estimated task time
- Available user capacity
It also covers role-based permissions, project access requirements, supported time ranges, duplicate-record restrictions, and recalculation of task, track, and project totals.
📚 More Complete API Coverage
With these eight new pages, developers can more easily build integrations that:
- Upload and manage files attached to comments
- Retrieve project attachments
- Record and update time worked
- Manage task estimates
- Track available team capacity
- Keep external tools synchronized with doBoard data
Visit the doBoard API Reference to explore all currently documented endpoints.