Freelo Get Note
freelo_get_noteRetrieve a specific project note by its ID to access its title, content, and metadata for documentation.
Instructions
Fetches a specific note by ID, including title, content, and metadata. Notes are standalone documents for project documentation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| noteId | Yes | Note ID (e.g., "12345"). Get from project details or search. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Note name | |
| uuid | Yes | UUID identifier | |
| author | No | User object | |
| content | No | Note content | |
| date_add | No | ISO 8601 date-time format (e.g., "2021-10-04T09:32:00+02:00") | |
| project_id | No | Project ID | |
| date_edited_at | No | ISO 8601 date-time format (e.g., "2021-10-04T09:32:00+02:00") |