there are some fields such as 20256 (Forced expiratory volume in 1-second (FEV1) Z-score) that cannot be queried via ukbREST. If I do,
curl -G -u XXXX
Then, I got error as:
{
"error_type": "SQL_EXECUTION_ERROR",
"message": "(psycopg2.ProgrammingError) syntax error at or near \"\\\"\nLINE 2: select eid,c20256_\\d+_\\d+\n ^\n [SQL: '\\n select eid,c20256_\\\\d+_\\\\d+\\n from all_eids\\n \\n ']",
"status_code": 400
}
So is it possible that ukbREST missed some fields?
Thanks, again.