We are pleased to bring you the following additions and enhancements to the EDC & CDB API features in 24R3. REST API features added in 24R3 only affect API v24.3, unless otherwise specified.
Release Date: October 18, 2024 UPDATE
The existing endpoint Set Coding Suggestions now additionally allows for setting coding for Medical Coding Requests while editing suggestions of each.
The following pertains to this update:
"responseStatus": "WARNING"
will be returned. It includes a warnings
array that provides details on why the coding could not be set.Resources related to this update:
Release Date: October 18, 2024 UPDATE
The CDB Open, Answer, and Close API calls now allow for successful execution of the call if a subset of the call is invalid. If multiple requests are included in a single call, with some requests being valid and some invalid, a message in the response will inform the end user of how many requests failed. The response status for each invalid request will display “FAILURE”, while the other requests will successfully execute.
Release Date: September 27, 2024 NEW
The new Retrieve Event Group Definitions endpoint allows the retrieval of Event Group definitions in a study, of a specific Casebook version. When building a Study through the API (with Create Event Group Definitions, v24.1 & v24.2), use this endpoint to inspect existing elements before proceeding.
Required permissions:
Release Date: September 27, 2024 NEW
The new Retrieve Event Definitions endpoint allows the retrieval of Event definitions in a study, of a specific Casebook version. When building a Study through the API (with Create Event Definitions, v24.1 & v24.2), use this endpoint to inspect existing elements before proceeding.
Release Date: September 27, 2024 UPDATE
In the 24R3 version of the CDB Query APIs, the following changes have been made:
origin_sys
, origin_id
, origin_name
can be set for each query inside the queries arrayorigin_sys
is requiredorigin_user
is a new optional field available to be set for each query, which can be seen in the EDC UI if opened on EDC datamessage_origin_sys
message_origin_user
message_origin_id
Query source information gives users clearer details about who opened a query and from which system, along with providing identification information to the external system. Learn more about External Queries.
Release Date: August 23, 2024 UPDATE
To match the behavior of other CDB query APIs, we added a limit of 500 records per request for the Open Query by Item endpoint. This change applies to all versions of the CDB API.