Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.17 KB

noteid.md

File metadata and controls

19 lines (14 loc) · 1.17 KB

NoteId

Example Usage

import { NoteId } from "attio-js/models/components/note.js";

let value: NoteId = {
  workspaceId: "14beef7a-99f7-4534-a87e-70b564330a4c",
  noteId: "ff3f3bd4-40f4-4f80-8187-cd02385af424",
};

Fields

Field Type Required Description Example
workspaceId string ✔️ The ID of the workspace the note belongs to. 14beef7a-99f7-4534-a87e-70b564330a4c
noteId string ✔️ The ID of the note. ff3f3bd4-40f4-4f80-8187-cd02385af424