Skip to content
This repository has been archived by the owner on Aug 20, 2020. It is now read-only.

Set up search to return multiple pages of result #1

Open
tmorrell opened this issue Jul 27, 2018 · 0 comments
Open

Set up search to return multiple pages of result #1

tmorrell opened this issue Jul 27, 2018 · 0 comments

Comments

@tmorrell
Copy link
Member

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant