Closed f1sherman closed 2 years ago
Hey @f1sherman thanks for opening this issue. Currently the API does not support the id
view on all the different collections, like Accounts. However, we'll enable this feature on the SDK side for all of these collections. I'll update you once we have the feature ready for release.
Sounds great, thanks for the quick response!
@f1sherman Thanks again for your patience, the PR just went up! Now all collections, including those not supporting view=ids
on the API side like Account
, will work.
Yay, thank you!
Sorry, one more (potentially related) question: I'm getting the same error when calling accounts.count
. Should I file a separate issue for that?
@f1sherman No need! I'll push an update to fix this as well, thanks for pointing that out.
Hey @f1sherman! That support has also been added and released in v5.12.1.
Describe the bug When calling
#ids
on a collection ofaccounts
, we get the errorNylas::InvalidRequest: Unexpected query parameters set(['view'])
To Reproduce
Expected behavior The method should return the ids of the accounts
SDK Version: 5.12.0