You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the ability to import via background process; this aligns with the latest api capabilities for importing record(s)
add MIT License file, required for nuget packages
This version adds support to the latest version of REDCap(v13.x) which includes new API methods for the File Repository.
ExportRecordsAsync has been updated to support the latest parameter modifiers as of version 13.1
CreateFolderFileRepositoryAsync
ExportFilesFoldersFileRepositoryAsync
ExportFileFileRepositoryAsync
ImportFileRepositoryAsync
DeleteFileRepositoryAsync
New APIs have been added!
-ExportLoggingAsync
-ExportDagsAsync
-ImportDagsAsync
-DeleteDagsAsync
-ExportUserDagAssignmentAsync
-ImportUserDagAssignmentAsync
-Added models to support new APIs
Minor bugs fixes to existing APIs regarding optional parameters.