Skip to content

Is there a way to get the citekey via the local Zotero API? #3034

Answered by retorquere
jonasengelmann asked this question in Q&A
Discussion options

You must be logged in to vote

not possible until the real citation key field comes to zotero, but you can get them through BBT JSON-RPC:

curl http://localhost:23119/better-bibtex/json-rpc -X POST -H "Content-Type: application/json" -H "Accept: application/json" --data-binary '{"jsonrpc": "2.0", "method": "item.citationkey", "params": {"item_keys": ["shelah1970c"]}}'

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@jonasengelmann
Comment options

@jonasengelmann
Comment options

Answer selected by jonasengelmann
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants