📄️ Append Data
Append data endpoint allows you to upload your historical data to the platform to use Sales Forecasting.
📄️ 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
Sales Forecasting leverages historical data to forecast the revenue from won deals. In this section, we provide the schema for the data required.
📄️ 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.