Publication document
Fetch the details of the original publication document for a work.
The original publication document is available for most works. This is the primary source document for the work, such as the official government gazette. It is always a PDF.
Download the publication document for a work
The full URL to download the publication document is part of the publication_document
field in the details of the work.
get
Download the media publication file for a work.
Authorizations
Path parameters
filenamestringRequiredPattern:
^.*$
frbr_uristringRequired
The FRBR URI of the work or work expression, without the first slash, such as akn/za/act/1994/2/
Responses
200Success
application/json
get
GET /v3/{frbr_uri}/media/publication/{filename} HTTP/1.1
Host:
Accept: */*
200Success
{
"url": "https://example.com",
"filename": "text",
"mime_type": "text",
"size": 1
}
Last updated