Studies

Fetch studies by IDs

post/studies/fetch

Query parameters

projection'ID' | 'SUMMARY' | 'DETAILED' | 'META'

Level of detail of the response

Request body

string[] required

Response

OK

allSampleCountinteger
cancerTypeIdstring
citationstring
cnaSampleCountinteger
completeSampleCountinteger
descriptionstring
groupsstring
importDatestring
methylationHm27SampleCountinteger
miRnaSampleCountinteger
mrnaMicroarraySampleCountinteger
mrnaRnaSeqSampleCountinteger
mrnaRnaSeqV2SampleCountinteger
namestring
pmidstring
publicStudyboolean
referenceGenomestring
rppaSampleCountinteger
sequencedSampleCountinteger
shortNamestring
statusinteger
studyIdstring required

Example response

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

Changes