Download the metadata file
get
                    /mftapp/rest/v1/mftapp/rest/v1/applicationMetadata/{file}
 User can download either metadata archive or config plan.
                Request
Path Parameters
                                - file
- 
                                            
Type:stringRequired:trueThe file to be downloaded
Query Parameters
                                - artifactName
- 
                                            
Type:stringName of the artifact to be exported
- artifactTypeType:
stringType of the artifact to be exported
- labelType:
stringLabel of the deployment to be exported
- longFormatType:
booleanOption to export the long format having full attribute details in config plan fileResponseSupported Media Types- application/json
- application/octet-stream
 200 Response500 ResponseBodyRoot Schema : Error information.Type:objectTitle:Error information.- errorCode
- 
            
            
Type:stringThe error code that Oracle Managed File Transfer returns.
- errorKey
- 
            
            
Type:stringA message describing the error that Oracle Managed File Transfer returns.
- errorMessage
- 
            
            
Type:stringA message that describes the error that Oracle Managed File Transfer returns
 Example application/json{ "errorCode":"MFT-2301", "errorKey":"MFT_EXPORT_ERROR", "errorMessage":"Error occurred while exporting the metadata." }