We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f473a2b commit 6abba88Copy full SHA for 6abba88
simvue/api/objects/base.py
@@ -365,7 +365,7 @@ def ids(
365
"""
366
_class_instance = cls(_read_only=True, _local=True)
367
_count: int = 0
368
- for response in cls._get_all_objects(offset, count=count):
+ for response in cls._get_all_objects(offset, count=count, **kwargs):
369
if (_data := response.get("data")) is None:
370
raise RuntimeError(
371
f"Expected key 'data' for retrieval of {_class_instance.__class__.__name__.lower()}s"
0 commit comments