Get Estimation id definition.
getEstimationDefinition(estimationId, baseUrl)
An integer id representing the id that uniquely identifies a Estimation definition in a WebApi instance.
The base URL for the WebApi instance, for example: "http://server.org:80/WebAPI".
An R object representing the Estimation definition
Obtain the Estimation definition from WebAPI for a given Estimation id
if (FALSE) {
getEstimationDefinition(estimationId = 13242, baseUrl = "http://server.org:80/WebAPI")
}