Phenotype Data
Get all phenotype data by PGP-UK hex id
This will return an object containing all the data all the data associated with this PGP-UK participant
get/phenotype/{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
[
{
"name": "General Questionnaire",
"data": [
{
"question": "Age at Sample Collection"
}
]
}
]