CrossObject

Cross-object insert

Insert events and feedback across object types

post/v1/insert

Request body

experimentobject nullable

A mapping from experiment id to a set of log events and feedback items to insert

datasetobject nullable

A mapping from dataset id to a set of log events and feedback items to insert

project_logsobject nullable

A mapping from project id to a set of log events and feedback items to insert

Response

Returns the inserted row ids for the events on each individual object

experimentobject nullable

A mapping from experiment id to row ids for inserted events

datasetobject nullable

A mapping from dataset id to row ids for inserted events

project_logsobject nullable

A mapping from project id to row ids for inserted events

Changes