Changelog
Changelog - 3.7.0
Released on
Release notes
New API routes added
- Get ESG Document - Retrieve ESG document metadata by its ID.
 - Get SDG Document - Retrieve SDG document metadata by its ID.
 - Get ESG Event - Retrieve ESG event metadata by its ID.
 - Get ESG Case - Retrieve ESG case metadata by its ID.
 
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-CountandLinkheaders. 
 - Added 
 
Add partial support for field translation in esg routes
- 
Currently, the
translateparameter is only supported for the following routes : - 
To translate the
titlefield, simply addtranslated_titleto the requested fields (translated_[field_name]). - 
If the
translateparameter is specified without thefieldsparameter. The response will contain the translation for the title and summary (depending on the route - check thetranslatefield description) 
Comments
document_idfield in the outputs of all routes using it has been renamed todatamarts_document_id