Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add function for redcap_download_report() #326

Closed
wibeasley opened this issue Mar 9, 2021 · 0 comments
Closed

Add function for redcap_download_report() #326

wibeasley opened this issue Mar 9, 2021 · 0 comments
Assignees

Comments

@wibeasley
Copy link
Member

From API documentation

Method Name: Export Reports

Description: This method allows you to export the data set of a report created on a project's 'Data Exports, Reports, and Stats' page.

Note about export rights: Please be aware that Data Export user rights will be applied to this API request. For example, if you have 'No Access' data export rights in the project, then the API report export will fail and return an error. And if you have 'De-Identified' or 'Remove all tagged Identifier fields' data export rights, then some data fields might be removed and filtered out of the data set returned from the API. To make sure that no data is unnecessarily filtered out of your API request, you should have 'Full Data Set' export rights in the project.

Also, please note the the 'Export Reports' method does not make use of the 'type' (flat/eav) parameter, which can be used in the 'Export Records' method. All data for the 'Export Reports' method is thus exported in flat format. If the 'type' parameter is supplied in the API request, it will be ignored.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant