Note

Action

HTTP Verb

URI

Create

POST

/note

Update

PUT

/note/<rowid>

Find by ID

GET

/note/<rowid>

Find All

GET

/note

Find by Filter

GET

/note?<filter>

Delete

DELETE

/note/<rowid>

Count

GET

/note/count

Schema: Note

Last updated