Data package version
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
The id of the data package.
A list of data package versions.
The API key or OAuth 2 access token is missing or invalid.
The request does not match any known content. The response will contain a human readable message, and may also contain links to help you navigate to other API endpoints.
GET /downloads/v1//dataPackages/{dataPackageId}/versions HTTP/1.1
Host: api.os.uk
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"id": "110012",
"url": "https://api.os.uk/downloads/v1/dataPackages/0040046952/versions/110012",
"createdOn": "2021-04-01",
"reason": "INITIAL",
"supplyType": "FULL",
"productVersion": "E37 December 2015 Update",
"format": "CSV",
"dataPackageUrl": "https://api.os.uk/downloads/v1/dataPackages/0040046952"
}
]