Task

Action

HTTP Verb

URI

Create

POST

/task

Update

PUT

/task/<rowid>

Find by ID

GET

/task/<rowid>

Find All

GET

/task

Find by Filter

GET

/task?<filter>

Delete

DELETE

/task/<rowid>

Count

GET

/task/count

Schema: Task

Last updated