List
Action
HTTP Verb
URI
Create
POST
/list
Update
PUT
/list/<rowid>
Find by ID
GET
/list/<rowid>
Find All
GET
/list
Find by Filter
GET
/list?<filter>
Delete
DELETE
/list/<rowid>
Count
GET
/list/count
Schema: List
Last updated
Action
HTTP Verb
URI
Create
POST
/list
Update
PUT
/list/<rowid>
Find by ID
GET
/list/<rowid>
Find All
GET
/list
Find by Filter
GET
/list?<filter>
Delete
DELETE
/list/<rowid>
Count
GET
/list/count
Last updated