Upload data
Uploads data to ARIS Process Mining for the specified source table(s) and automatically sorts the columns based on the column order in ARIS Process Mining.
Data must have the correct structure (number and order of columns with correct data types and formats).
POST /api/pub/dataIngestion/v1/dataSets/{dataSet}/sourceTables/{sourceTable}/data
Input:
Source table identifier as path parameter. The identifier can be either a key or a fully qualified name.
List of objects as body, representing the new source data entries.
The order of the columns corresponds to the order specified when creating the source table and returned by the GET operation on the sourceTableDefinitions.
The timestamp data can only be passed as strings formatted in the date and time format of the corresponding source table column.
Large sets of data can be uploaded over multiple requests. The data in each request is stored in a temporary form on the server side.
Output: Success result if the data was received without error.