Dataset metadata and API

Get dataset

GET https://[virtual folder server]/virtualfolder/api/dataset/{id}

Gets list of all datasets published by user or detail of dataset if "id" is specified.

Path Parameters

NameTypeDescription

id

string

ID of the dataset

{"Id":6,"Owner":"vagrant","Name":"vagrant/filesystem/patient_data/data","Entries":[],"Metadata":"{}","Provenance":"document    \n    prefix virtualfolder <https://portal.west-life.eu/virtualfolder/>\n    prefix datafile <http://localhost:8081/webdav/vagrant/filesystem/patient_data/data/> \n\n    prefix westlife <https://about.west-life.eu/>\n    prefix thisvf <http://localhost:8081/virtualfolder/#/filemanager>\n    prefix user <>\n    entity (datafile:, [prov:label=\"data\", prov:type=\"document\"]) \n    \n    agent (user:vagrant, [ prov:type=\"prov:Person\" ]) \n    wasAttributedTo(datafile:, user:vagrant) \nendDocument"}

Last updated