Evernote

GRATUIT
Par Stefan Skliarov | Mise à jour il y a 4 jours | Business Software
Popularité

0.3 / 10

Latence

127,242ms

Niveau de service

0%

Health Check

N/A

LISEZ-MOI

Evernote Package

Evernote

  • Domain: Evernote
  • Credentials: accessToken

How to get credentials:

  1. Go to Evernote
  2. Request developer token using This page

Custom datatypes:

Datatype Description Example
Datepicker String which includes date and time
Map String which includes latitude and longitude coma separated
List Simple array
Select String with predefined values
Array Array of objects

Evernote.isBusinessUser

Returns a boolean indicating if the user has a business account

Field Type Description
accessToken credentials Access token received from Evernote

Evernote.listNotebooks

Returns the list of notebooks

Field Type Description
accessToken credentials Access token received from Evernote

Evernote.listPersonalNotebooks

Returns the list of personal notebooks

Field Type Description
accessToken credentials Access token received from Evernote

Evernote.listSharedNotebooks

Returns the list of notebooks shared by the user

Field Type Description
accessToken credentials Access token received from Evernote

Evernote.listLinkedNotebooks

Returns the list of notebooks shared to the user

Field Type Description
accessToken credentials Access token received from Evernote

Evernote.getNote

Retrieves an existing note

Field Type Description
accessToken credentials Access token received from Evernote
noteGuid String Guid of the note

Evernote.uploadNote

Upload new Note to the API

Field Type Description
accessToken credentials Access token received from Evernote
noteTitle String Title of the note
noteContent String Content of the note
noteTags List Tags of the note
notebookGuid String Guid of the notebook to add to

Evernote.replaceNote

Replaces an existing note by another one

Field Type Description
accessToken credentials Access token received from Evernote
noteTitle String Title of the note
noteContent String Content of the note
noteTags Array Tags of the note
noteGuid String Guid of the note to replace

Evernote.deleteNote

Delete an existing note

Field Type Description
accessToken credentials Access token received from Evernote
noteGuid String Guid of the note

Evernote.shareNote

Share an existing note

Field Type Description
accessToken credentials Access token received from Evernote
noteGuid String Guid of the note

Evernote.moveNote

Move an existing note

Field Type Description
accessToken credentials Access token received from Evernote
noteGuid String Guid of the note
notebookGuid String Guid of the notebook

Evernote.isAppNotebookToken

Checks if the token is an “app notebook” one

Field Type Description
accessToken credentials Access token received from Evernote
noteGuid String Guid of the note
token String Token to check

Evernote.getNotebook

Get an existing notebook info

Field Type Description
accessToken credentials Access token received from Evernote
notebookGuid String Guid of the notebook

Evernote.findNotesWithSearch

Searches for notes

Field Type Description
accessToken credentials Access token received from Evernote
notebookGuid String Guid of the notebook
query String String to find
sortOrder Select Sort order: Normal=0(default), Recently Created = 2, Recently Updated = 4, Relevance = 8, Reverse = 65536, Title=1
maxResults Number Max number of results

Evernote.getUser

Returns the User corresponding to the provided authentication token

Field Type Description
accessToken credentials Access token received from Evernote
Abonnés : 6
Ressources :
Site Web du produit
Créateur d'API :
Rapid account: Stefan Skliarov
Stefan Skliarov
stefan.skliarov
Connectez-vous pour évaluer l'API
Note : 5 - Votes : 1