Memos

Get Memos

GET /memos

Returns Memos based on a user and the workspace they're in.

Headers

Name
Value

Content-Type

application/json

Query Parameters

Name
Required
Type
Description

apiKey

Yes

string

API key

Response

[
  {
    "id": "2A6g0PW0tlNJvdz7OmZ8uRd_",
    "type": "Private",
    "favorited": false,
    "locked": false,
    "archived": false,
    "banner": "",
    "avatar": "",
    "emoji": "",
    "icon": "",
    "foregroundColor": "",
    "backgroundColor": "",
    "title": "Untitled Memo",
    "body": "<p>This is my new memo</p>",
    "documentType": "Draft",
    "publiclyVisible": false,
    "bannerVisible": false,
    "tocVisible": true,
    "sourcesVisible": true,
    "views": 0,
    "createdAt": "2024-02-25T17:36:03.886Z",
    "updatedAt": "2024-03-29T18:31:57.112Z"
  },
  ...
]

Last updated