ListItem

Action

HTTP Verb

URI

Create

POST

/listitem

Update

PUT

/listitem/<rowid>

Find by ID

GET

/listitem/<rowid>

Find All

GET

/listitem

Find by Filter

GET

/listitem?<filter>

Delete

DELETE

/listitem/<rowid>

Count

GET

/listitem/count

Schema: ListItem

Last updated