GET Published/LogNoticeView/{id}

Log a view event for the published notice with the given identity.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The GUID identifying the notice being viewed.

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Returns HTTP status 200 if successful; otherwise a collection of validation errors with HTTP status 400.

ServiceResponse
NameDescriptionTypeAdditional information
Code

ServiceResponseCode

None.

Errors

Collection of Error

None.

Response Formats

HTTP response status code: 200

application/json, text/json

Sample:
{
  "code": "Ok",
  "errors": null
}

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>