Hi All,
I'm in the process of upgrading to the new API and am problems requesting fields.
One query that I've tried is one that can be found in the API documentation. It is:
https://search.patentsview.org/api/v1/patent/?q={"patent_year":"2020"}&f=["patent_number","patent_title"]
This returns error=true.
if I remove the field list specification by removing &f=["patent_number","patent_title"] it returns results.
It seems that the only fields that can be specified are the defaults (["patent_id","patent_title","patent_date"]).
I need to have patent_number and patent_abstract returned and have tried with &f=["patent_id","patent_title","patent_date", "patent_number","patent_abstract"]. No luck - returns an error.
How do I go about getting these fields with the new API? Are patent_number and patent_abstract not yet available or am I doing something wrong?