/
/Site Management API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 7h ago · Updated 3w ago
  • getGet list of sites
  • postCreate a new site
  • getGet a site by path
  • putUpdate a site
  • deleteDelete a site
  • getGet notes for a site
  • postCreate a note for a site
  • getGet a note by path
  • putUpdate a note
  • deleteDelete a note
  • getGet all links from a note
  • getGet the body of a note as HTML
  • getGet the note in Markdown format
  • getGet the note in plain text format
  • getSearch notes within a site

Get notes for a site

get/sites/{site_path}/notes

Path parameters

site_pathstring required

The path of the site

Response

Notes found

idinteger
titlestring
bodystring
visibilitystring

Changes