📄️ Append Data
Append data endpoint allows you to upload your historical data to the platform.
📄️ Override Data
Override data endpoint allows you to override the historical data in your collection with new data.
📄️ Delete Data
Delete data endpoint allows you to delete the data in your collection. You can delete all the data for a collection,
📄️ Get a Data Dump
It is possible to get a dump of the data using the endpoint /api/collection//data/{dataType}/dump.
📄️ Data Schemas
Lead Scoring leverages Deals historical data. In this section the data schema defining the required columns is provided. All extra columns in the csv file will be ignored.
📄️ Validation errors
When uploading or overriding data, it is essential that the data conform to the platform's schema. The platform performs validation on your data to ensure it meets the required format, types, and constraints. Due to the complexity of data compliance with our schemas, it is common to encounter validation errors during upload.