> 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/favorite.md).

# Favorite

| Action         | HTTP Verb | URI                 |
| -------------- | --------- | ------------------- |
| Create         | POST      | /favorite           |
| Update         | PUT       | /favorite/\<rowid>  |
| Find by ID     | GET       | /favorite/\<rowid>  |
| Find All       | GET       | /favorite           |
| Find by Filter | GET       | /favorite?\<filter> |
| Delete         | DELETE    | /favorite/\<rowid>  |
| Count          | GET       | /favorite/count     |

## Schema: [Favorite](https://github.com/infinisuite/erpjs/tree/5e3ec30c2115cc4df6034e4a74e0ab81f1955187/schema/favorite.md)
