Skip to content

Releases: tranpl/redcap-api

1.3.7

07 Nov 23:19
1883b10
Compare
Choose a tag to compare

Add support for new API Method:

RandomizeRecord - This method allows the current API user to randomize a record. This follows the Randomization 2.0 Update in REDCap v14.7.0

Full Changelog: 20240716.3...1.3.7

1.3.6

16 Jul 20:01
16fcdbb
Compare
Choose a tag to compare

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

1.3.5

09 May 03:30
cd85749
Compare
Choose a tag to compare

Enhancements:

  • Provide the ability to pass a timeout argument when using the httpclient POST method.
    Multiple Bug fixes
  • #122
  • #126
  • #123
  • #127
  • #128

1.3.3

13 Oct 15:40
566c32a
Compare
Choose a tag to compare

.NET 7 Support
Bug fixes
Remove unsupported packages

What's Changed

Full Changelog: 20230925.5...1.3.3

1.3.2

20 May 03:19
25525ae
Compare
Choose a tag to compare

Add ability to create multiple instances API (remove static members)
Update deprecated packages

1.3.1

09 Jan 08:27
f7fd18b
Compare
Choose a tag to compare

Documentation update
multiple breaking changes
Fix methods which had parameter updates
Cleanup

1.3.0

07 Jan 14:54
1b36154
Compare
Choose a tag to compare

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

1.1.0

05 Feb 17:34
f38f9b0
Compare
Choose a tag to compare

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.

1.0.9

03 Oct 05:51
f4515e6
Compare
Choose a tag to compare
  • add improvements to 'ImportRecordsAsync'
    Add ability to declare csv delimiter to match REDCap's API paramters
  • minor update documentation
  • Minor version bump

1.0.8

27 Jan 18:20
cd69557
Compare
Choose a tag to compare

Fix issue with url encoded content.
Fix copy/paste strings

Thanks to @dr01d3r for the contribution.