Retrieve the meta data for WebApi definitions of a certain category

getDefinitionsMetadata(baseUrl, category)

Arguments

baseUrl

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

category

These are the categories in WebApi. The valid string options are 'conceptSet', 'cohort', 'characterization', 'pathway, 'incidenceRate', 'estimation', 'prediction'.

Value

A tibble of specification metadata.

Details

Obtains the meta data of WebApi specifications such as id, name, created/modified details, hash object, etc for a certain category. The following function categories are supported. Concept-set, Cohort-definition, Cohort-characterization, Pathway-analysis, Incidence rate (ir), estimation and prediction. This function is useful to retrieve the current specifications.

Examples

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