get_provision_at_date
Retrieve a Dutch statute provision as it existed on a specific historical date. Use version history to get the exact text valid at that time, ideal for analyzing past legal situations or tracking changes.
Instructions
Retrieve a provision as it was at a specific historical date. Uses version history to return the text valid at that date. Essential for analyzing past legal situations or tracking how a provision changed over time. Set include_amendments=true to see the full amendment chain. Returns not_found if no version exists for that date. Use get_provision for the current version instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | ISO date to query the provision at (YYYY-MM-DD) | |
| document_id | Yes | BWB-ID of the statute (e.g. "BWBR0005289") | |
| provision_ref | Yes | Provision reference (e.g. "6:162" or "287") | |
| include_amendments | No | Include amendment history records (default false) |