Changelog
Changelog - 3.23.0
Released on
UNSPSC field in Entities routes
- Added
unspsc: United Nations Standard Products and Services Codes for the entity. Searches on code and description values.- Can be used with any operator (e.g.
eq:51000000)
- Can be used with any operator (e.g.
Routes impacted:
New universe ESG report pages
Added documentation for two asynchronous CSV report tasks:
- Universes ESG Cases Report: starts a task that generates an aggregated ESG cases report for all entities in a universe.
- Universes ESG Events Report: starts a task that generates an aggregated ESG events report for all entities in a universe.
Both routes return a task_id. Use Get Task Status to monitor the task and Download Task Result to retrieve the generated CSV file.
Check the api pages to have an interactive example of the csv result.
Others
- Generate Summary and Generate Summary (stream): summaries no longer start with "Since [baseline]..." regardless of the baseline used. They now start directly with the entity name (e.g. "[company_name] has faced ongoing controversies, including...").