Get Dynamically Deployed JAR
Request
Operation Endpoint:
GET {workflowPath}/workflow/jarDeployments/{name} 
            | Headers | Authorization | 
                        Yes |  Access Token in format "Bearer
                                     (see details in
                                Authentication API).  | 
                    
EnvironmentURL | 
                        Yes | Reltio Environment URL. | 
Response
Response Structure:
name- name of the deploymentmodule- complete JAR path in S3description- description of the deploymentcreatedBy- name of the usercreateTime- creation time of the deploymenterror- returned if an error is encountered, contains details of the issue:errorCode- 5-digit error codeerrorMessage- error messageerrorData- details of the error:exception- exception messagestack- stack trace
innerError- details of the error from Reltio API:errorMessage- Reltio API error messageerrorCode- Reltio API error codeinnerErrorData- Reltio API inner error data
warning- returned if the operation is completed with some minor issuesstatus- result of the operation; possible values are "OK" or "failed"
Example
Sample Response JSON:
{
	"name": "OnboardingCustomListeners",
	"module": "workflow/prod/OnboardingListeners.jar",
	"description": "Listeners to be
	used
	for Onboarding process ", "
	createdBy ":"
	user1 ", "
	createTime ":1234567890,
	"status": "OK"
}