You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/sphinx-guides/source/api/dataaccess.rst
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -254,6 +254,26 @@ Value Description
254
254
ID Exports file with specific file metadata ``ID``.
255
255
============== ===========
256
256
257
+
258
+
.. _datafile-citation-formatted-access:
259
+
260
+
Citation - Get Citation In Other Formats
261
+
----------------------------------------
262
+
263
+
Dataverse can generate datafile citations in "EndNote", "RIS", "BibTeX", and "CSL" formats.
264
+
This API call sends the raw format with the appropriate content-type (EndNote is XML, RIS and BibTeX are plain text, and CSL is JSON). ("Internal" is also a valid value, returning the content as HTML).
265
+
This API call requires a format in the API call which can be any of the values listed above.
0 commit comments