/
/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 a site by path

get/sites/{site_path}

Path parameters

site_pathstring required

The path of the site to retrieve

Response

Site found

idinteger
namestring
site_pathstring
total_notesinteger

Changes