• 1.3.7 1883b10ea7

    1.3.7 Stable

    tranpl released this 2024-11-07 18:17:31 -05:00 | 0 commits to master since this release

    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: https://github.com/tranpl/redcap-api/compare/20240716.3...1.3.7

    Downloads
  • 1.3.6 16fcdbbd46

    1.3.6 Stable

    tranpl released this 2024-07-16 15:59:14 -04:00 | 11 commits to master since this release

    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

    Downloads
  • 1.3.5 cd85749bdb

    1.3.5 Stable

    cctrbic released this 2024-05-08 23:29:46 -04:00 | 26 commits to master since this release

    Enhancements:

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

    1.3.3 Stable

    cctrbic released this 2023-10-13 11:38:51 -04:00 | 58 commits to master since this release

    .NET 7 Support
    Bug fixes
    Remove unsupported packages

    What's Changed

    Full Changelog: https://github.com/cctrbic/redcap-api/compare/20230925.5...1.3.3

    Downloads
  • 1.3.2 25525ae8bd

    1.3.2 Stable

    cctrbic released this 2023-05-19 23:18:57 -04:00 | 73 commits to master since this release

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

    Downloads
  • 1.3.1 f7fd18b1e2

    1.3.1 Stable

    cctrbic released this 2023-01-09 03:25:17 -05:00 | 84 commits to master since this release

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

    Downloads
  • 1.3.0 1b361549e5

    1.3.0 Stable

    tranpl released this 2023-01-07 09:49:40 -05:00 | 117 commits to master since this release

    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

    Downloads
  • 1.1.0 f38f9b0d8e

    1.1.0 Stable

    cctrbic released this 2021-02-05 12:33:08 -05:00 | 168 commits to master since this release

    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.

    Downloads
  • 1.0.9 f4515e6149

    1.0.9 Stable

    cctrbic released this 2020-10-03 01:49:06 -04:00 | 184 commits to master since this release

    • add improvements to 'ImportRecordsAsync'
      Add ability to declare csv delimiter to match REDCap's API paramters
    • minor update documentation
    • Minor version bump
    Downloads
  • 1.0.8 cd69557d44

    1.0.8 Stable

    cctrbic released this 2020-01-27 13:11:22 -05:00 | 207 commits to master since this release

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

    Thanks to @dr01d3r for the contribution.

    Downloads