get_cdashig_domains_list
Retrieve all CDASH domains for a specified CDASHIG version, or the latest if none is given. Get metadata for domains like AE, CM, DM, and VS to support clinical data standards.
Instructions
Get list of all CDASH domains for a specific CDASHIG version.
Args: cdashig_version (str, optional): CDASHIG version (e.g., "2-3" or "2.3"). If not provided, uses latest version. headers_ (dict, optional): Custom headers for API request.
Returns: dict: Contains CDASHIG version and list of all domains with metadata.
Example: get_cdash_domains_list("2-3") Returns list of domains like AE, CM, DM, VS, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| headers_ | No | ||
| cdashig_version | No |