List all notes for a household
cURL
curl --request GET \ --url https://api.slant.app/v1/households/{household_id}/notes \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "content": "<string>", "pinned": true, "source": "slant", "book_id": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "household_id": "<string>", "created_by_id": "<string>" } ], "pagination": { "current_page": 1, "total_pages": 10, "total_count": 100, "per_page": 25 } }
OAuth 2.0 Bearer Token from Clerk authentication
The household ID
Page number
Items per page (1-100, default: 25). Values over 100 will be clamped to 100.
1 <= x <= 100
Filter by hidden status
Filter by pinned status
successful
Show child attributes