GET Published/OCDS/Release/{id}

Get the OCDS release package by the provided id.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

A unique identifier that identifies this release. A notice ID must be unique within a release-package and must not contain the # character.

string

None.

Body Parameters

None.

Response Information

Resource Description

Returns the requested OCDS release package schema.

Response Formats

HTTP response status code: 200

application/json, text/json

Sample:
{
    "uri": "https://contractsfinder.service.gov.uk/Published/Notice/releases/d5e75301-5ee4-473d-a0e7-87d470093e7c.json",
    "publisher": {
	  "name": "ABC LIMITED",
	  "scheme": "GB-GOVUK-crown_comercial_service",
	  "uid": null,
	  "uri": "https://contractsfinder.service.gov.uk"
     },
     "license": "https://www.nationalarchives.gov.uk/doc/open-government-licence/version/2/",
     "publicationPolicy": "https://contractsfinder.service.gov.uk",
     "publishedDate": "2016-11-29T09:02:03Z",
     "releases": [
	    {
	      "ocid": "ocds-b5fd17-b58bf453-cae9-465a-8bda-15e59f08ee4b",
	      "id": "ocds-b5fd17-b58bf453-cae9-465a-8bda-15e59f08ee4b-api-op-001",
	      ...
	    }],
	...
}

HTTP response status code: 403

When the user has submitted too many requests, no further requests should be made until after 5 minutes

text/plain

Sample:

Body:

<html><head><title>Forbidden - Contracts Finder</title></head><body><p><h1><strong>Request forbidden</strong></h1></p><p>The request rate limit may have been exceeded. If you believe this is an error <a href="https://www.contractsfinder.service.gov.uk/Home/Contact">contact us</a> quoting 0QrFmYQAAAABs5RRpp9L8RbtJ8k4jz8gwTE9OMjFFREdFMDIwOABiYTEyMjkxMi0zZWE0LTQ1NTQtYjNjNi1mNmRmZDU2MGY2ZDM=.</p></body></html>