getAttribute() queries CCM for details about
a record. the parameter optionsList specifies the
columns to return.
getAttribute(Id, optionsList)Character scalar. Names the record to obtain information about.
list object. Controls the behaviour of the query including the filter for the query, and data to return.
If the query succeeds, a tibble containing data
for the specified Id. Otherwise, a tibble of
NA values.