Get the details of commencement events for an expression.
Last updated 11 months ago
The commencement events for a work expression detail how different parts of the work expression have commenced over time.
API that returns a description of the commencements details timeline for a work.
The FRBR URI of the work or work expression, without the first slash, such as akn/za/act/1994/2/
curl -L \ --url '/v3/{frbr_uri}/commencements'
{ "commencements": [ { "commencing_title": "text", "commencing_frbr_uri": "text", "date": "2025-03-31", "main": true, "all_provisions": true, "provisions": [ "text" ], "note": "text" } ] }