Question About Accessing Automatic Collections via Listview Endpoints #10
-
@jmetrikat, amazing work with the new First, sorry to ping you here, but I have a question related to listview endpoints and the collection of object types. How can I retrieve it from the API? For example, I have a Thanks!!! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
hey @charlesneimog, appreciate the kind words! good point - i haven't covered this in the current release. auto-generated queries for each type work exactly like manually created lists (query or collection), so just pass the i've looked into this and fixed it just now. also spotted another inconsistency: the path currently is missing the both fixes will land in the next release (~2 weeks), thanks for bringing it up! lmk if you find more :) |
Beta Was this translation helpful? Give feedback.
hey @charlesneimog, appreciate the kind words!
good point - i haven't covered this in the current release. auto-generated queries for each type work exactly like manually created lists (query or collection), so just pass the
type_id
aslist_id
to:/spaces/{space_id}/lists/{list_id}/{view_id}/objects [get]
.i've looked into this and fixed it just now. also spotted another inconsistency: the path currently is missing the
views
subresource(.../{list_id}/views/{view_id}/...)
.both fixes will land in the next release (~2 weeks), thanks for bringing it up! lmk if you find more :)