Get generation information for Pathway id.

getPathwayGenerationInformation(pathwayId, baseUrl)

Arguments

pathwayId

An integer id representing the id that uniquely identifies a Pathway definition in a WebApi instance.

baseUrl

The base URL for the WebApi instance, for example: "http://server.org:80/WebAPI".

Value

An R object representing the Pathway definition

Details

Get generation (execution) information about Pathway for a pathwayId.

Examples

if (FALSE) {
getPathwayGenerationInformation(pathwayId = 13242, baseUrl = "http://server.org:80/WebAPI")
}