retrieve_device_license: Retrieve a device license

Description Usage Arguments Value Author(s) Examples

View source: R/device_license.R

Description

Retrieves a single device license. Core API call Retrieve a Device License

Usage

1
retrieve_device_license(server_name, profile_id, access_token, license_id)

Arguments

server_name

String of the iFormBuilder server name.

profile_id

Integer of the iFormBuilder profile ID.

access_token

Access token produced by get_iform_access_token

license_id

Integer id of the device license.

Value

List containing attributes of the device license

Author(s)

Bill Devoe, William.DeVoe@maine.gov

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
## Not run: 

# Pull out the first device license
license_id = all_device_license_info$id[1]

# Retrieve details for a single device license
single_device_license_info <- retrieve_device_license(
  server_name = "your_server_name",
  profile_id = "your_profile_id",
  license_id = license_id,
  access_token = access_token)

## End(Not run)

arestrom/iformr documentation built on Nov. 25, 2021, 11:21 p.m.