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