Will be "update", "insert", or "delete" depending on the API called.
Optional
containerThe container path in which the rows were moved.
Optional
errorA string describing any error that occurred during the action.
Objects will contain the properties 'id' (the field to which the error is related, if any), and 'msg' (the error message itself).
Optional
fieldContains the same queryName the client passed to the calling function.
Array of rows with field values for the rows updated, inserted, or deleted, in the same order as the rows supplied in the request. For insert, the new key value for an auto-increment key will be in the returned row's field values. For insert or update, the other field values may also be different than those supplied as a result of database default expressions, triggers, or LabKey's automatic tracking feature, which automatically adjusts columns of certain names (e.g., Created, CreatedBy, Modified, ModifiedBy, etc.).
Indicates the number of rows affected by the API action. This will typically be the same number of rows passed in to the calling function.
Contains the same schemaName the client passed to the calling function.
Indicates if the action was successful.
Optional
updateAn object with key/value pairs describing the number of items moved during the action.
Interface to describe the first object passed to the successCallback function by updateRows, insertRows or deleteRows. This object's properties are useful for matching requests to responses, as HTTP requests are typically processed asynchronously. Additional Documentation: