Skip to content

Instantly share code, notes, and snippets.

@evernotegists
Created November 7, 2013 21:04
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save evernotegists/7361827 to your computer and use it in GitHub Desktop.
Save evernotegists/7361827 to your computer and use it in GitHub Desktop.
// Create Notebook
[base URL]/?userId=[user ID]&notebookGuid=[notebook GUID]&reason=notebook_create
// Update Notebook
[base URL]/?userId=[user ID]&notebookGuid=[notebook GUID]&reason=notebook_update
// Create Note
[base URL]/?userId=[user ID]&guid=[note GUID]&notebookGuid=[notebook GUID]&reason=create
// Update Note
[base URL]/?userId=[user ID]&guid=[note GUID]&notebookGuid=[notebook GUID]&reason=update
// Create Business Notebook
[base URL]/?userId=[user ID]&notebookGuid=[notebook GUID]&reason=business_notebook_create
// Update Business Notebook
[base URL]/?userId=[user ID]&notebookGuid=[notebook GUID]&reason=business_notebook_update
// Create Business Note
[base URL]/?userId=[user ID]&guid=[note GUID]&notebookGuid=[notebook GUID]&reason=business_create
// Update Business Note
[base URL]/?userId=[user ID]&guid=[note GUID]&notebookGuid=[notebook GUID]&reason=business_update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment