Config Instances
Download Content
Download the content of a config instance.
get/config_instances/{config_instance_id}/content
Path parameters
config_instance_idstring required
Example:cfg_inst_123
The unique identifier of the config instance.
Query parameters
disposition'inline' | 'attachment'
Example:inline
Controls the Content-Disposition behavior. Use inline to display in browser or attachment to trigger a file download.
Response
Successfully retrieved the config instance content. The Content-Type header is set according to the instance format.