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
This might be useful for doing diffs against search result sets through time without actually using any of the annual document quota. This was apparently a feature of an internal tool that uses the old SOAP API. We could leverage the /recordids/ endpoint like so:
[
"WOS:000961639700001",
"WOS:000914293200001",
"WOS:000893425900001",
"WOS:000851126900001",
"WOS:000834915100001",
"WOS:000813917000004",
etc. etc. etc.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
This might be useful for doing diffs against search result sets through time without actually using any of the annual document quota. This was apparently a feature of an internal tool that uses the old SOAP API. We could leverage the /recordids/ endpoint like so:
Example Request Part 1:
https://wos-api.clarivate.com/api/wos/?databaseId=WOS&count=0&firstRecord=1&usrQuery=TS%3D(fracking%20colorado)
Example Response Part 1:
Example Request Part 2:
https://wos-api.clarivate.com/api/wos/recordids/1?count=100&firstRecord=1
Example Response Part 2:
Beta Was this translation helpful? Give feedback.
All reactions