Countercyclical Docs
  • Welcome to Countercyclical
  • Guides
    • Terminology
    • Platforms
    • Integrations
      • Airbyte
      • Google Drive
      • Google Sheets
      • Zapier
  • Fundamentals
    • Workspaces
    • Navigation
      • Command Palette
      • Exploration & Recents
      • List vs. Grid View
      • Quick Actions
    • Search
      • Filters
      • Companies
        • Charts
      • Economic Data
      • Model Syncing
    • Investments
      • Tabs
        • Overview
        • Analysis
        • Valuations
      • Actions
      • Comments
      • Invitations and Sharing
        • Share
      • Quick Versioning
    • Valuations
      • Sensitivity Analysis
      • Assumptions
    • Memos
      • Sources
    • Teams
    • Pipelines
    • Profile
    • Settings
      • Account
        • General
          • Connected Accounts
            • Google Sheets
            • Google Drive
        • Preferences
        • Notifications
        • Sessions
        • Account Security
        • Plans
      • Workspace
        • General
        • Advanced
          • Access
          • Identity
          • Appearance
          • Usage
          • Developers
        • Permissions
        • Integrations
        • Workspace Security
          • SAML SSO
          • Audit Logs
        • About
  • Use Cases
    • For Analysts
    • For Research Teams
    • For Organizations
    • For Education
  • Developers
    • Getting Started
    • Authentication
    • Rate Limiting
    • Versioning
    • Endpoints
      • Investments
      • Valuations
      • Memos
      • Teams
      • Assumptions
      • Pipelines
    • Webhooks
  • Extras
    • Security
    • Billing
    • Imports
      • Formatting Guide for Imports
    • Exports
      • Export User Data
    • Enrichment Data
    • Troubleshooting
  • Links
    • Website
    • Dashboard
    • Request a Demo
    • LinkedIn
    • Twitter / X
    • Dribbble
Powered by GitBook
On this page
  1. Developers
  2. Endpoints

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"
  },
  ...
]
{
  "error": "Invalid request"
}

PreviousValuationsNextTeams

Last updated 7 months ago