ODM-XML data pagination parameters

Sponsor users can now incrementally receive data from Oracle Clinical One Platform APIs with the new data pagination parameters.

What are the benefits?

Currently, Oracle Clinical One Platform returns all data matching the request criteria for the CDISC ODM-XML APIs. This makes the management of data increasingly difficult, when it is received in large volumes. With the new data pagination parameters, sponsor users can programatically control how they receive the response through a set of enhanced APIs.

Details for sponsor users

CDISC ODM-XML APIs for clinical data, metadata, and administration now accept the following optional input parameters which allow you to segment the data into pages or chunks within the overall dataset:
  • offset: row number to start from. First page starts with 0.
  • limit: number of rows to return.

When the parameters are not provided, the APIs return all data.

Already working in a live study?

As soon as the upgrade for this release is ready, you can begin using the data pagination parameters in Clinical Data, Metadata, and Administration CDISC ODM-XML APIs.