When I check the patent endpoint on the PatentsView site: https://search.patentsview.org/docs/docs/Search%20API/EndpointDictionary/#patent ,
the nested field Inventors has a field inventor_location_id. Yet when I use get_fields('patent', groups = NULL), inventor_location_id does not appear among the 130 fields listed.
However, I can construct a query using 'httr' and 'jsonlite' that will retrieve Inventors.inventor_location_id.
When I check the patent endpoint on the PatentsView site: https://search.patentsview.org/docs/docs/Search%20API/EndpointDictionary/#patent ,
the nested field Inventors has a field inventor_location_id. Yet when I use get_fields('patent', groups = NULL), inventor_location_id does not appear among the 130 fields listed.
However, I can construct a query using 'httr' and 'jsonlite' that will retrieve Inventors.inventor_location_id.