Search API Discovery Methods - Sortable Fields

Request

An API endpoint to discover a list of sortable fields that can be specified in search API queries.

HTTP Request

GET https://api.ft.com/content/search/field/sortable/v1?apiKey=yourkey

Response

HTTP Statuses

Http StatusDescription
200 OK A list of sort fields will be returned in the response body.

Example response

[
  “byline”,
  “initialPublishDateTime”,
  “lastPublishDateTime”,
  “primarySection”,
  “primaryTheme”,
  “title”,
  “uri”
]