GET
/v1/notes/{id}
No description available
Path Parameters
| Name | Type | Description |
|---|---|---|
| id required | string | - |
Query Parameters
| Name | Type | Description |
|---|---|---|
| include | string | Comma-separated: 'tags,video' |
Responses
{
data: {
id: string
createdAt: string
updatedAt: string
title: string
content: string
json?: any
published: boolean
isPublic: boolean
draft: boolean
status: string
icon: string
iconColor: string
timeStart: number
timeEnd: number
v: string
authorId: string
videoId: string
tags?: object[]
video?: {
id: string
v: string
title: string
description: string
thumbnail: string
duration: number
} }}{
success: boolean
error: {
issues: object[]
name: string
}}{
message: string
}{
success: boolean
error: {
issues: object[]
name: string
}} Authentication
Enter your API key to test this endpoint. Get your key from your account settings.
Try it out
Snippets
Loading...
Loading...
Loading...
Loading...
Loading...
