get_cdashig_latest_version
Fetches the current CDASH-IG version from the CDISC Library API, returning all available versions and a display version.
Instructions
Get the latest CDASH-IG version from the CDISC Library API.
Args: headers_ (dict, optional): Custom headers for API request.
Returns: dict: Contains latest version, all available versions, and display version.
Example: get_cdash_latest_version() Returns: {"latest_version": "2-3", "display_version": "CDASHIG v2.3", ...}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| headers_ | No |