Skip to content

Response models

Project

Fields defined by OpenAPI: id, organization_id, name, key, description, archived_at.

Board

Fields: id, project_id, name, slug, position, color, wip_limit, is_done, is_hidden.

Ticket

Fields: id, project_id, board_id, number, title, description_html, priority, position, due_at, started_at, completed_at, api_credential_id, archived_at.

Document

Fields: id, organization_id, project_id, author_id, title, caption, content_html, status, api_credential_id, published_at, archived_at, tags, created_at, updated_at.

DocumentTag

The inline document tag object contains id and name.

DynamicResource

Used when the supplied OpenAPI file does not formally define the successful response shape. It preserves all JSON fields and offers string, integer, longValue, bool, and raw extra access.

OkatanaPage<T>

Represents the nested Laravel paginator and exposes item, page, total, range, navigation URL, link, and unknown metadata fields.