Changelog

Changelog - 3.7.0

Released on

Release notes

New API routes added

Add CSV export capability

  • A new page explaining how to export results as CSV is available here.

Add pagination information in the response headers

  • The pagination information is now available in the response headers. See the pagination guide for more information.
    • Added X-Query-Size, X-Data-Count, X-Total-Count and Link headers.

Add partial support for field translation in esg routes

  • Currently, the translate parameter is only supported for the following routes :

  • To translate the title field, simply add translated_title to the requested fields (translated_[field_name]).

  • If the translate parameter is specified without the fields parameter. The response will contain the translation for the title and summary (depending on the route - check the translate field description)

Comments

  • document_id field in the outputs of all routes using it has been renamed to datamarts_document_id