PGP-UK profile
Get all PGP-UK profile meta data by PGP-UK hex id
This will return an object containing all the data associated with this PGP-UK participant
get/pgp_profile/{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
[
{
"public_profile_url": "https://my.personalgenomes.org.uk/profile/uk35C650",
"zip": "CB22 4NZ",
"files": [
{
"file_source": "PGP",
"download_url": "https://my.personalgenomes.org.uk/datasets/193/download",
"data_type": "Genome Report",
"name": "Genome Report (Released by PGP-UK on 23rd October 2018)",
"description": "Genotyping data",
"data": "2014-05-15"
}
],
"hex": "uk35C650",
"real_name": "Stephan Beck",
"type": "pgp_profile"
}
]