Genotype Data
Get all genotype data by PGP-UK hex id
This will return an object containing all the data associated with this PGP-UK participant
get/genotype/{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
[
{
"published": "06/08/2017",
"file_source": "Participant",
"date": "2014-05-15",
"description": "Genotyping data",
"download_url": "https://my.personalgenomes.org.uk/user_file/download/166",
"data_type": "23andMe",
"name": "uk35C650_23andMe",
"pgp_hex_id": "uk35C650",
"type": "genotype"
}
]