returns aLL provenance information for a single dataset in a default table/tsv format or optionally a json format when an optional ?format=json parameter is provided
get/datasets/{id}/prov-info
Path parameters
idstring required
he unique identifier of entity. This identifier can be either an HuBMAP ID (e.g. HBM123.ABCD.456) or UUID (32 digit hexadecimal number)
Query parameters
format'json' | 'tsv'
A case insensitive string. Any value besides 'json' will have no effect. If the string is 'json', provenance info will be returned as a json. Otherwise, it will be returned as a tsv file
Response
all provenance information for the given dataset either as a json list or as a tsv file to be downloaded
object required