Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

get items to receive all check and unchecked items #15

Open
deepakkoirala opened this issue Jan 31, 2025 · 2 comments
Open

get items to receive all check and unchecked items #15

deepakkoirala opened this issue Jan 31, 2025 · 2 comments

Comments

@deepakkoirala
Copy link

How do I receive all checked and unchecked items of the list? Atm only receiving the unchecked items from the list.

@kevdliu
Copy link
Owner

kevdliu commented Feb 8, 2025

You should be able to get everything on a list using the todo.get_items service:

action: todo.get_items
data: {}
target:
  entity_id: todo.shopping

@deepakkoirala
Copy link
Author

deepakkoirala commented Feb 8, 2025

How to from Developer Tools

Action: Anylist: get_items

Its only returning

200
and not completed/unchecked list.

How to get checked and unchecked using this action?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants