University of York · Example Payload

University Of York Getrecord Example

Representative JSON rendering of a live OAI-PMH GetRecord response from White Rose Research Online (verb=GetRecord, metadataPrefix=oai_dc, identifier=oai:eprints.whiterose.ac.uk:5). Field values are taken from the live endpoint.

EducationHigher EducationUniversityUnited KingdomResearchLibraryOpen AccessOAI-PMH

University Of York Getrecord Example is an example object payload from University of York, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

descriptionrequestresponse

Example Payload

Raw ↑
{
  "description": "Representative JSON rendering of a live OAI-PMH GetRecord response from White Rose Research Online (verb=GetRecord, metadataPrefix=oai_dc, identifier=oai:eprints.whiterose.ac.uk:5). Field values are taken from the live endpoint.",
  "request": {
    "url": "https://eprints.whiterose.ac.uk/cgi/oai2",
    "query": {
      "verb": "GetRecord",
      "metadataPrefix": "oai_dc",
      "identifier": "oai:eprints.whiterose.ac.uk:5"
    }
  },
  "response": {
    "responseDate": "2026-06-04T03:13:43Z",
    "request": "https://eprints.whiterose.ac.uk/cgi/oai2",
    "GetRecord": {
      "record": {
        "header": {
          "identifier": "oai:eprints.whiterose.ac.uk:5",
          "datestamp": "2016-10-28T17:09:02Z",
          "setSpec": [
            "7374617475733D707562",
            "74797065733D61727469636C65",
            "696E737469747574696F6E3D4C65656473"
          ]
        },
        "metadata": {
          "dc": {
            "relation": ["https://eprints.whiterose.ac.uk/id/eprint/5/"],
            "title": ["Current practices in managing acutely disturbed patients at three hospitals in Rio de Janeiro-Brazil: a prevalence study"],
            "creator": [
              "Adams, C.E.",
              "Huf, G",
              "Coutinho, E",
              "Fagundes, H.M.",
              "Oliveira, E.S.",
              "Lopez, J",
              "Gewandszajder, M",
              "Carvalho, A",
              "Keusen, A"
            ],
            "subject": ["RC0321 Neuroscience. Biological psychiatry. Neuropsychiatry"],
            "description": ["The medical management of aggressive and violent behaviour is a critical situation for which there is little evidence. In order to prepare for a randomised trial, due to start in the psychiatric emergency rooms of Rio de Janeiro in 2001, a survey of current practice was necessary."]
          }
        }
      }
    }
  }
}