character(1) corresponding to endpoints for which
users may specify additional or alternative fields. Endpoints
include “projects”, “cases”, “files”, and
“annotations”.
Value
A data frame describing the field (field name), full (full
data model name), type (data type), and four additional columns
describing the "set" to which the fields belong--“default”,
“expand”, “multi”, and “nested”.
# NOT RUN {map <- mapping("projects")
head(map)
# get only the "default" fieldssubset(map,defaults)
# And get just the text names of the "default" fieldssubset(map,defaults)$field
# }