Patients
Get all patients
get/patients
Query parameters
direction'ASC' | 'DESC'
Direction of the sort
keywordstring
Search keyword that applies to ID of the patients
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"
}
}
]