Get the meta data for Cohort definitions.

getCohortDefinitionsMetaData(baseUrl)

Arguments

baseUrl

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

Value

A tibble of specification metadata for Cohort. Note: modifiedDate and createdDate are returned as text/character.

Details

Get the meta data of WebApi specifications such as id, name, created/modified details, hash object, etc. from WebApi for Cohort. This function is useful to retrieve the current Cohort specifications.

Examples

if (FALSE) {
getCohortDefinitionsMetaData(baseUrl = "http://server.org:80/WebAPI")
}