Skip to main content

Overview

The Bulk CSV API allows you to programmatically retrieve all module data that you own and that has been shared with you. The output is a CSV data stream that exactly matches what is available in the web portal for bulk download. The intent of the CSV API is not real-time interactions, it is for full data export/import use cases. Since this request can be 10’s or 100’s of megabytes in size, it is not useful for realtime interactions. This API uses cached data that is updates daily and is very performant, it just delivers very large datasets.

API Endpoints

Get all FEM assessments
Get all FSLM assessments
Get all BRM assessments
Consider using the Performance CSV API if you would like to only retrieve a subset of key FEM performance data.Consider using the Module Data API if you would like to only retrieve a subset of assessments and/or a subset of assessment data in JSON instead of CSV.