v1

latestSwagger 2.0License2026-07-17656281.2 KB
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

patientIdstring required
studyIdstring required
uniquePatientKeystring
uniqueSampleKeystring

Example response

[
  {
    "cancerStudy": {
      "importDate": "yyyy-MM-dd HH:mm:ss"
    }
  }
]