Create Datapoint

Create a new datapoint for a dataset.

Here in the v4 API, this has the following behaviour:

  • Retrieve the current latest version of the dataset.
  • Construct a new version of the dataset with the new testcases added.
  • Store that latest version as a committed version with an autogenerated commit message and return the new datapoints

Path parameters

dataset_idstringRequired

String ID of dataset. Starts with evts_.

Headers

X-API-KEYstringRequired

Request

This endpoint expects an object or a list of objects.
objectRequired
OR
objectRequired
OR
list of objectsRequired

Response

Successful Response
idstring
dataset_idstring or null
inputsmap from strings to strings or null
messageslist of objects or null
targetmap from strings to strings or integers or doubles or booleans or lists of any or maps from strings to any or null

Errors