-
Notifications
You must be signed in to change notification settings - Fork 538
API: File Get Citation In Other Formats #11733
Description
Overview of the Feature Request
In JSF File page, for each file, we could download citation in different format

Similar to what in dataset page (refer to native api Get Citation In Other Formats
Dataverse can also generate dataset citations in “EndNote”, “RIS”, “BibTeX”, and “CSLJson” formats. Unlike the call above, which wraps the result in JSON, this API call sends the raw format with the appropriate content-type (EndNote is XML, RIS and BibTeX are plain text, and CSLJson is JSON). (“Internal” is also a valid value, returning the same content as the above call as HTML). This API call adds a format parameter in the API call which can be any of the values listed above.
What kind of user is the feature intended for?
(Example users roles: API User, Curator, Depositor, Guest, Superuser, Sysadmin)
API User
What inspired the request?
SPA.Q3 feature
What existing behavior do you want changed?
N.A
Any brand new behavior do you want to add to Dataverse?
N.A
Any open or closed issues related to this feature request?
N.A