> For the complete documentation index, see [llms.txt](https://infinisuite.gitbook.io/sdk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://infinisuite.gitbook.io/sdk/rest-api/endpoints/list.md).

# 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](/sdk/data-model-and-schema/tables/list.md)
