Get specific version of config for a given grant
Returns a specific version of the configuration for a given grant, identified by either a full version string or major, minor, and patch components.
get/api/version
Query parameters
grantstring required
The name of the grant.
versionstring
Full version string (e.g., "1.2.3"). If not provided, major, minor, and patch are required.
majorinteger
Major version component.
minorinteger
Minor version component.
patchinteger
Patch version component.
Headers
x-cdp-request-idstring
A unique identifier for the request, used for tracing.
Response
Successfully retrieved the specific version.