Get Study
Obtains the representation for a specified study.
Method: GET
URL: /cleartrial-ws/studies/{studyID}
Sample output in JSON:
{
"study":{
"id":10201,
"name":"Simple Study 1",
"createdBy":"administrator",
"createdDate":"15-Apr-2010",
"lastModifiedBy":"administrator",
"lastModifiedDate":"15-Apr-2010",
"sponsorId":10201,
"sponsorName":"QA",
"protocol":"ABC-123",
"studyPhaseId":3,
"studyPhaseName":"II",
'therapeuticAreaId':6,
'therapeuticAreaName':'Endocrine',
"therapeuticAreaAlias':'Endocrine',
'indicationId>':232,
'indicationName':'Acromegaly',
'indicationAlias':'Acromegaly',
"compoundId":10201,
"compoundUrl":"/cleartrial-ws/compounds/10201",
"url":"/cleartrial-ws/studies/10201"
}
}
Sub-Resources: Compound
Parent topic: Study Resource API