Get all pages in the Conditions A to Z

Overview

Use this endpoint to get details of pages in the Conditions A to Z.

Passing in no parameters returns all pages under 'conditions'.

The response is limited to 25 child pages and is paginated.

There are a number of query parameters that filter the results.

Ordering by dates

The orderBy parameter can be dateModified, lastReviewed and nextReview. By default if any of the orderBy parameters are chosen the results are sorted by newest first.

However, the orderBy parameter can be used with the startDate and endDate parameters to filter down to the desired date. startDate and endDate should be given in the YYYY-MM-DD format.

For example https://api.service.nhs.uk/nhs-website-content/conditions?startDate=2022-01-01&orderBy=dateModified

get/conditions

Response

A valid query for the conditions.

Schema required— unresolved $ref

Changes