Web of Science APIs · Example Payload

Web Of Science Record Ids Response Example

ResearchAcademicBibliometricsCitationsScienceScholarly

Web Of Science Record Ids Response Example is an example object payload from Web of Science APIs, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

queryResultids

Example Payload

Raw ↑
{
  "queryResult": {
    "id": "example-ref"
  },
  "ids": [
    "example-string"
  ]
}