R/AutoGeneratedDefinitions.R
getCohortGenerationInformation.Rd
Get generation information for Cohort id.
getCohortGenerationInformation(cohortId, baseUrl)
An integer id representing the id that uniquely identifies a Cohort definition in a WebApi instance.
The base URL for the WebApi instance, for example: "http://server.org:80/WebAPI".
An R object representing the Cohort definition
Get generation (execution) information about Cohort for a cohortId.
if (FALSE) {
getCohortGenerationInformation(cohortId = 13242, baseUrl = "http://server.org:80/WebAPI")
}