---
title: "GET /api/diary/basic/"
method: GET
path: "/api/diary/basic/"
tags: ["diary"]
---

# GET /api/diary/basic/

`GET /api/diary/basic/`

## Headers

- `X-Company` string

## Response `200`

- DiaryNote
  - `id` string, uuid, required
  - `created_by` string, uuid
  - `project` string, uuid, nullable
  - `parent` string, uuid, nullable
  - `classification` 'task' | 'milestone' — * `task` - Task * `milestone` - Milestone
  - `sort_order` integer
  - `progress` integer
  - `attachments` string
  - `remind_employees` string[]
  - `type` string, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `started_at` string, date-time, required
  - `ended_at` string, date-time, required
  - `color` string
  - `is_allday` boolean, required
  - `note` string, required
  - `reminder_enabled` boolean
  - `remind_time_before` integer
  - `milestone_icon` string, nullable, required
  - `remind_employee` string, uuid, nullable

## Changes

- **2026-08-10** `167d661271bb` — 1 breaking, 6 info
  - the `milestone_icon` response property's maxLength was unset from `255` for the response status `200`
  - added the optional property `classification` to the response with the `200` status
  - added the optional property `parent` to the response with the `200` status
  - added the optional property `progress` to the response with the `200` status
  - …3 more

[Change history](https://skmtc.dev/crewtraka/apis/crewtraka-api/changes/api/diary/basic/get.md)

---

[API](https://skmtc.dev/crewtraka/apis/crewtraka-api.md) · [All operations](https://skmtc.dev/crewtraka/apis/crewtraka-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/crewtraka/crewtraka-api/revisions/bf087bbfafde/schema)
