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
fieldsquery parameter lets you choose which data to return:count,category, orscore. - A new
scoreobject in the response includesmax(maximum score in the range) andrepartition(document count per score value, from 1 to 5). - By default,
categoryandcountare 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.