Purpose

Renders the read-only view modal for an entry.

Payload

  • id — entry id
  • form — form id used for rendering
  • entity — entity id
  • datatable_identifier — originating DataTable
  • options, token, parent_id — rendering context

Response

CALLBACK_TYPE_MODAL with the rendered view, CALLBACK_TYPE_MESSAGE on errors.

Notes

Internal action — triggered by WR’s own frontend JS. The payload shape is not a public API and can change between releases.