Retrieving an item with attachments from the API
For example, this item Item: https://api.zotero.org/groups/2129771/items/ZSW9GMBF
has this attachment: https://api.zotero.org/groups/2129771/items/HYP52CB8, which has "parentItem": "ZSW9GMBF".
However, there is no 'childItem' in https://api.zotero.org/groups/2129771/items/ZSW9GMBF. Is there a way of retrieving the children of ZSW9GMBF without having to retrieve all items in the library?
has this attachment: https://api.zotero.org/groups/2129771/items/HYP52CB8, which has "parentItem": "ZSW9GMBF".
However, there is no 'childItem' in https://api.zotero.org/groups/2129771/items/ZSW9GMBF. Is there a way of retrieving the children of ZSW9GMBF without having to retrieve all items in the library?
This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
.meta.numChildren shows the number of children.
There's no way of retrieving the item together with the children in one request? If not, would that be a reasonable feature request?