- DATE:
- AUTHOR:
- Dimensions product team
Analytics API, Version 2.9.0
New fields
document_typeis now a searchable and returnable field for the publications data source. For example, you can now dosearch publications where document_type in ["RESEARCH_ARTICLE", "CONFERENCE_PAPER"] return publications[document_type]and can also use this field in faceting, e.g.
search publications return document_typeactive_statusis now a searchable field in the grants data source. This can be used for filtering, e.g.search grants where active_status = "Ongoing" return grantsand can also be used for faceting e.g.
search grants return active_status
Functions
The Fields of Research 2008 (
FOR_2008) classification system is no longer a valid value for the system argument of theclassifyfunction, so for example this will raise an errorclassify(title="Jabberwocky", abstract="Twas brillig, and the slithy toves did gyre and gimble in the wabe", system="FOR_2008")Other classification systems are still available.
FORandFOR_2020are now equivalent.
Documentation changes
Updated documentation around how to do successful complex boolean queries
Updated instructions for connecting to the API via Postman
Clarified what limits apply to API usage
Other updates
Improved the error message when trying to
unnesta field that can'tunnestUpdated dependencies to resolve security vulnerabilities