Changelog

Changelog - 3.26.0

Released on

Universe SDG documents stats score

The Universe SDG Documents Statistics route has been updated with score support.

  • A fields query parameter lets you choose which data to return: count, category, or score.
  • A new score object in the response includes max (maximum score in the range) and repartition (document count per score value, from 1 to 5).
  • By default, category and count are returned, preserving backward compatibility.

Documents route

A new Get Documents route is available at POST /v3/documents, consolidating the previous v2 endpoint. The existing POST /api/2.0/documents route is now deprecated.

A new Documents guide explains the document model and its hierarchy from the raw document to entity-level and ESG/SDG document levels. The individual ESG and SDG document routes under entities and universes have been removed from the sidebar as the consolidated documents API routes now cover all use cases.