Data Direct Urls
Get all file download URL by PGP-UK hex id
This will return an object containing all the data associated with this PGP-UK participant
get/download_url/{pgp_hex_id}
Path parameters
pgp_hex_idstring required
PGP-UK unique participant id
Example:uk35C650
The hex id for the PGP-UK participant for whom the data needs to be fetched
Response
Success
Example response
[
{
"type": "WGS Bam",
"download_url": "ftp.sra.ebi.ac.uk/vol1/run/ERR172/ERR1726424/FR07961001.bam"
}
]