Patients
Get all patients in a study
get/studies/{studyId}/patients
Path parameters
studyIdstring required
Study ID e.g. acc_tcga
Query parameters
direction'ASC' | 'DESC'
Direction of the sort
pageNumberinteger
Page number of the result list
pageSizeinteger
Page size of the result list
projection'DETAILED' | 'ID' | 'META' | 'SUMMARY'
Level of detail of the response
sortBy'patientId'
Name of the property that the result list is sorted by
Response
OK
Example response
[
{
"cancerStudy": {
"importDate": "yyyy-MM-dd HH:mm:ss"
}
}
]