Skip to content

Bulk Import Files

A bulk import file is a spreadsheet used to create or update many records at once. The API lets you submit files and track them through validation and processing. See the Bulk Import Files guide for the formats and import types, and the API file upload section for how to send file content.

/backend/api/v1/bulkImportFiles/ID - fetch the bulk import file with the specified ID.

/backend/api/v1/bulkImportFiles/ - list all bulk import files.

ParameterTypeRequiredDescription
idAfterintegerNoOnly include files with a higher ID
createdSincedatetimeNoOnly include files created since the given time
updatedSincedatetimeNoOnly include files updated since the given time

/backend/api/v1/bulkImportFiles/ - submit a new bulk import file. The newly-added file record will be returned.

FieldNameTypeDescription
fileNameFilenameTextName of the uploaded bulk import file
uploadedDateDate UploadedDateDate when the bulk import file was uploaded
statusFile StatusPreset ValueCurrent processing status of the bulk import file
fileTypeFile TypePreset ValueType of data contained in the bulk import file
fileModeFile ModePreset ValueProcessing mode for the bulk import file (insert or update)
importRulesImport RulesText (Multiline)Specific rules and configuration for processing this bulk import file
notesNotesText (Multiline)Additional notes about this bulk import file
logLogText (Multiline)Processing log and status information for this bulk import file
idBulk Import File IDTextThe unique identifier for this bulk import file
storedFileIDStored FilePreset Value