Database table fields

Runs every workflow action of a button field, in order, for the given row, and returns one result per action.

post/api/database/field/{field_id}/workflow_actions/dispatch/

Path parameters

field_idinteger required

Runs the button field's actions, in order, for the provided row.

Headers

ClientSessionIdstring uuid

An optional header that marks the action performed by this request as having occurred in a particular client session. Then using the undo/redo endpoints with the same ClientSessionId header this action can be undone/redone.

Request body

row_idinteger required

The id of the row the button was clicked on.

Response

Changes

Changed in 1 of the 6 revisions of this API.1