Sort order of formatted output of API call
I'm a bit at a loss as to where to post a question about using the API. So I just do it here:
I'm using the API to get a XHTML formatted bibliography from one of my collections:
wget --no-check-certificate -O- --header="Zotero-API-Version: 2" "https://api.zotero.org/users/710390/collections/ZFSRWGB5/items?format=bib&key=MYKEY&itemType=-attachment"
I would like to be able to use the results of this API key in the CV on my website. However, for this I want the list to be orderd by date, descending order.
Now, according to the API documentation, the "order" and "sort" parameters are not available for "format=bib".
Is there any way to achieve what I want? Should I file a feature request?
Your help is greatly appreciated =)
Andreas.
PS: I didn't send this to zotero-dev, because at http://www.zotero.org/support/dev/start not to use the list for user-support questions, and I'm a user of Zotero ...
I'm using the API to get a XHTML formatted bibliography from one of my collections:
wget --no-check-certificate -O- --header="Zotero-API-Version: 2" "https://api.zotero.org/users/710390/collections/ZFSRWGB5/items?format=bib&key=MYKEY&itemType=-attachment"
I would like to be able to use the results of this API key in the CV on my website. However, for this I want the list to be orderd by date, descending order.
Now, according to the API documentation, the "order" and "sort" parameters are not available for "format=bib".
Is there any way to achieve what I want? Should I file a feature request?
Your help is greatly appreciated =)
Andreas.
PS: I didn't send this to zotero-dev, because at http://www.zotero.org/support/dev/start not to use the list for user-support questions, and I'm a user of Zotero ...
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.
This discussion has been closed.
For someone not involved in Zotero's development, the API is a public service and has nothing to do with the development of Zotero itself.