Get Compound

Obtains the representation for a specified compound.

Method: GET

URL: /cleartrial-ws/compounds/{compoundId}

Sample output in JSON:

{
"compound": [
    "id": 10201,
    "name":"Test Compound",
    "code":"ABC-123",
    "description":"test",
    "createdBy":"administrator", 
    "createdDate":"15-Apr-2010", 
    "lastModifiedBy":"administrator", 
    "lastModifiedDate":"15-Apr-2010",
    "url":"/cleartrial-ws/compounds/10201"
  }                                    
}

Sub-Resources: None