epicentre-msf / redcap

R utilities for interacting with REDCap
https://epicentre-msf.github.io/redcap/
Other
7 stars 3 forks source link

project_logging() returns "The value of the parameter "content" is not valid" #2

Closed toujames closed 2 years ago

toujames commented 2 years ago

I ran this with: project_logging(conn)

And R returns with the result: "The value of the parameter "content" is not valid"

Is this not a vlid api call?

patrickbarks commented 2 years ago

Hmm, not sure. What version of REDCap are you using? I believe the export logging method is only available for REDCap 10.8.0 and later. You can check with redcap::redcap_version(conn)

toujames commented 2 years ago

Yep that's it. I'm running and old version of redcap.

> redcap::redcap_version(conn)
[1] "10.6.19"