Download a data package

Get a specific file from a data package version.

get
Authorizations
Path parameters
dataPackageIdstringRequired

The id of the data package.

versionIdstringRequired

The id of the data package version.

Query parameters
fileNamestringRequired

The name of the file.

Responses
307
A redirect to the actual file data.
get
GET /downloads/v1//dataPackages/{dataPackageId}/versions/{versionId}/downloads HTTP/1.1
Host: api.os.uk
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*

No content

Last updated

Was this helpful?