Imports
These endpoints are used to import data into Trybe
The Import object
Attributes
The ID of the import
The kind of records contained in the upload, which determines the validator and row-schema the import is checked against. The value cannot be changed after creation; create a new import if you need to load a different entity type.
Possible values:clientpremier_coreappointment_typesession_typearea_booking_typeretail_productpackageinventory_productvoucherThe status of the import
Possible values:validatingvalidatedimportingimportedrolling_backrolled_backerroredThe total number of rows in the import
The number of rows that have been imported
The number of rows that didn't pass validation
The number of rows that failed to import
The ID of the Premier Core mapping that was used for this import.
This field is only present when the
typeispremier_core.The time the import was created
The time the import was last updated
The time the import was validated (successful or unsuccessful).
The time the import was completed.
The time the import was rolled back.
The percentage of the import that has been completed.
created_byrequiredThe user who created the import