Uploaded event log files will be stored in the PrCore server, and the event log ID will be returned. The event log ID will be used in the following steps.
Request
File upload is a multipart/form-data request, and the file should be attached to the file field.
General information
Method
Endpoint
Request body type
Description
POST
/event_log
form-data
Upload event log
Request body porperties
filerequiredstring($binary)
The file of the event log
seperatoroptionalstr
The seperator of the CSV event log
Default:,
testoptionalstring($binary)
The test file of the event log
Note
Notably, it is important to recognize that the test field is an optional attribute which represents a test dataset file. However, it should be noted that the test file should only include ongoing cases.
Since the event log file can have varying event attributes, the following is just an example. Once the API processes the request, the response will include the first 5 events data along with their respective headers and inferred definitions. Please note if the event log file is not used to create a project, this uploaded event log will be deleted by the system regularly every day.