v1

latestOpenAPI 3.0.0Creative Commons 0 (CC0)2026-07-14281583.4 KB
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

namestring

Example response

[
  {
    "name": "General Questionnaire",
    "data": [
      {
        "question": "Age at Sample Collection"
      }
    ]
  }
]