Get Watch Change Diff
get_watch_change_diffFetch the before and after text for a legal change to display a diff. When one side is missing, render 'diff unavailable' instead of treating it as an error.
Instructions
The full text of a changed section BEFORE and AFTER one specific change, as whole documents ready to diff. Only meaningful where hasDiff is true on the change list. A missing side is not an error: hasBefore and hasAfter say which text is present, so render 'diff unavailable' rather than treating null as a failure. Unlike the rest of the law-change tools this one returns section text, so check its cost before looping over a change list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| watch_id | Yes | ||
| change_id | Yes |