Returns a 1 entry dataset containing a single resource record from Flexio

getFlexioRecord(flexioURL, account, resourceName, auth, recordID,
  fields = c(), verbose = FALSE)

Arguments

flexioURL

URL of Flexio's API

account

flexio account

resourceName

name of the flexio resource

auth

flexio authentification token

recordID

: the ID of the record you want

fields

name of the fields you want to get in your dataset (leave it empty if you want all the fields)

verbose

set it to TRUE to print the request details

See also

Other Flexio Interaction: deleteFlexioRecord, downloadFlexioFile, getFlexioResourceFieldsTypes, getFlexioResourceSchema, getFlexioResource, patchFlexioRecord, postFlexioResource, putFlexioRecord