Skip Headers
Oracle® Health Sciences ClearTrial Cloud Service Web Services API User Guide
Release 5.2

E51824-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub

5 Sponsors API

This ClearTrial Web Services API returns information about the available sponsors in ClearTrial applications.

Get Sponsors

Returns the available sponsors.

Method: GET

URL: /cleartrial-ws/sponsors

Sample output in JSON:

{
"List": [
    {
    "id": 10201,
    "name":"Sponsor",
    "code":"Sponsor",
    "description":"Sponsor",
    "createdBy":"cleartrialadmin",
    "createdDate":"15-Apr-2010",
    "lastModifiedBy":"cleartrialadmin",
    "lastModifiedDate":"15-Apr-2010"
    }
  ]
}

Sample output in XML:

<sponsorRepresentations>
   <sponsor>
       <id>10201</id>
       <name>Sponsor</name>
       <code>Sponsor</code>
       <description>Sponsor</description>
       <createdBy>cleartrialadmin</createdBy>
       <createdDate>15-Apr-2010</createdDate>
       <lastModifiedBy>cleartrialadmin</lastModifiedBy>
       <lastModifiedDate>15-Apr-2010</lastModifiedDate>
   </sponsor>
  ...
</sponsorRepresentations>

Sub-Resources: None