
Get an Organizations' list of recordings
wt_get_recordings.Rd
Obtain a table listing all recordings belonging to an Organization emulating the Recordings tab
Examples
if (FALSE) { # \dontrun{
# Authenticate first:
wt_auth()
wt_get_recordings(organization = 'ABMI')
} # }