With the given API token, will retrieve the meta-data connected to a form.
nettskjema_get_meta( form_id, as_is = FALSE, token_name = "NETTSKJEMA_API_TOKEN", ... )
form_id | integer. Number of the form to retrieve |
---|---|
as_is | logical. Whether to return the raw content from nettskjema. Default is FALSE. |
token_name | character. Name to give the token, defaults to 'NETTSKJEMA_API_TOKEN' |
... | arguments passed to |
list of class nettskjema_meta_data
if (FALSE) { meta_110000 <- nettskjema_get_meta(110000) }