Fetch the timeline description for a work expression.
Last updated 10 months ago
The timeline for a work includes details of publication, amendment, commencement, consolidation and repeal events.
API that returns the event timeline for a work.
/v3/{frbr_uri}/timeline
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}/timeline'
{ "timeline": [ { "date": "2025-02-22", "events": [ { "description": "text", "by_frbr_uri": "text", "by_title": "text", "note": "text", "type": "amendment" } ] } ] }