Evolutive Data Model

The Evolutive Data Model endpoints allow data manipulation operations such as updates, inserts, deletes, or queries.

API Endpoint Description
  Returns detailed information about a specific record based on its ID and parent entity.
  Returns detailed information about all records that meet the specified selection criteria.
  Updates attribute values for a specific record.
  Updates attribute values for multiple records.
  Adds a new record to an entity.
  Inserts multiple records to one or more entities.
  Deletes specific records from an entity based on their IDs.
  Removes records from an associative entity based on their foreign key values.
  Defines a data view and saves the output in an Excel file.
  Changes the business status for a record in accordance with the business workflow configurations.