We are pleased to bring you the following additions and enhancements to Developer Portal features in 21R3. REST API features added in 21R1 only affect API v21.3, unless otherwise noted.
For issues fixed in a release, see the "Developer Features" category of the fixed issues list in Vault CDMS Help.
Release Date: October 15, 2021
As of v21.3, Vault no longer allows users to enter a value for a derived Item via the API (Set Item Value and Upsert Items). This affects v21.3 and all future versions of the API. This fixes the intended behavior of these APIs while maintaining backward compatibility.
Release Date: September 24, 2021
With this release, we introduced the ability to perform the following actions on certain jobs via the CDMS API:
This new set of jobs APIs for CDMS supports the following job types:
These APIS require the Manage Jobs permission, or, if only performing actions on the Data and Definition Export job, the Manage Data and Definition Export permission.
Release Date: September 24, 2021
This new API allows users to retrieve a list of all Sites within a given Study. This allows organizations to utilize the site output in conjunction with other CDMS APIs.
The Retrieve Sites API requires the API Access and View Study Sites permissions.
Release Date: September 24, 2021
With this release, we added the following enhancements to the Retrieve Queries API:
last_modified_date
query parameter to retrieve only those queries modified after a specified datetime.id
to retrieve a specific query by its Query ID for a given Study (the Retrieve Query by ID API).These enhancements allow users to bookmark the Retrieve Queries API and retrieve more granular query results through additional filters. This API continues to require the API Access, View Casebook, and View Query permissions.