GetCSV retrieves the details of a CSV file by its reference ID. This includes metadata about the file and a paginated list of rows. Each row wil contain information about its field details and any errors associated with it. Errors are grouped per row for now, as mapping them directly to fields is not yet implemented. - For this to work the csv row error needs a field name to map it to.
GET/v1/csvs/:csvFileReferenceId
GetCSV retrieves the details of a CSV file by its reference ID. This includes metadata about the file and a paginated list of rows. Each row wil contain information about its field details and any errors associated with it. Errors are grouped per row for now, as mapping them directly to fields is not yet implemented.
- For this to work the csv row error needs a field name to map it to.
Request
Responses
- 200
- default
A successful response.
An unexpected error response.