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
Response
A valid query for the conditions.
Changes
Changed in 2 of the 50 revisions of this API.13
- ○
added the new optional
queryrequest parameterendDateto all path's operationsnew-optional-request-default-parameter-to-existing-path
- ○
added the new optional
queryrequest parameterorderByto all path's operationsnew-optional-request-default-parameter-to-existing-path
- ○
added the new optional
queryrequest parameterstartDateto all path's operationsnew-optional-request-default-parameter-to-existing-path
- ○
- ▲
media type
application/schema+jsonwas changed to a more general media typeapplication/jsonfor the response status200response-media-type-name-generalized
- ▲