You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 20, 2020. It is now read-only.
When search gets a query larger than the standard 100 results
e.g. 'orcid -person -search 'affiliation-org-name:("Jet Propulsion Laboratory")''
The tool should make multiple API calls and increment the start value as in
'''
Method: GET
Content-type: application/vnd.orcid+xml
Authorization type: Bearer
Access token: [Stored access token]
URL: https://pub.orcid.org/v2.1/search/?q=ringgold-org-id:1438&start=201&rows=200
'''
per https://members.orcid.org/api/resources/find-myresearchers
The text was updated successfully, but these errors were encountered: