Get ServCat references by ID
Value
A named list containing detailed information about each reference. Field names returned by the API are preserved.
Examples
if (FALSE) { # \dontrun{
# Retrieve detailed information for one reference
get_references(140411)
# Retrieve detailed information for multiple references
get_references(c(140411, 140412))
# Use the secure API
get_references(
reference_ids = 140411,
secure = TRUE
)
} # }
