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
Response
Changes
Changed in 1 of the 6 revisions of this API.1
- ○
endpoint added
endpoint-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○