-
Notifications
You must be signed in to change notification settings - Fork 535
Closed
Labels
Description
5/4/2018 update
Add an API endpoint where File Level metadata can be retrieved using a File ID or File DOI:
- API input:
Datafile idorDatafile DOI, optional Dataverse token - output: Datafile metadata including:
- Owning dataset DOI
- File-specific information already included in the native API for datasets
- JSON-LD Metadata for the file's dataset
- Any other relevant info
Notes:
- My specific use case involves knowing the Datafile ID and wanting to retrieve the JSON-LD citation for that file's dataset. Currently this is done in 3 steps:
- Use the search API to retrieve the file's dataset citation
- Parse the text citation for the dataset DOI
- Call the existing JSON-LD endpoint using the dataset DOI from above
- community benefit: If I am understanding Dataverse External Tools correctly, this will help other developers who could use the Datafile ID/DOI to get more display information for users and/or access other existing APIs. * http://guides.dataverse.org/en/4.8.5/installation/external-tools.html
- google group: https://groups.google.com/forum/?utm_source=digest&utm_medium=email#!topic/dataverse-community/u6VjVQ0h8RU
Reactions are currently unavailable