University of York · Example Payload

University Of York Identify Example

JSON rendering of the live OAI-PMH Identify responses for both White Rose repositories (verb=Identify). Values taken from the live endpoints.

EducationHigher EducationUniversityUnited KingdomResearchLibraryOpen AccessOAI-PMH

University Of York Identify 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

descriptionwhiteRoseResearchOnlinewhiteRoseEThesesOnline

Example Payload

Raw ↑
{
  "description": "JSON rendering of the live OAI-PMH Identify responses for both White Rose repositories (verb=Identify). Values taken from the live endpoints.",
  "whiteRoseResearchOnline": {
    "request": { "url": "https://eprints.whiterose.ac.uk/cgi/oai2", "query": { "verb": "Identify" } },
    "response": {
      "responseDate": "2026-06-04T03:12:41Z",
      "Identify": {
        "repositoryName": "White Rose Research Online",
        "baseURL": "https://eprints.whiterose.ac.uk/cgi/oai2",
        "protocolVersion": "2.0",
        "adminEmail": "eprints@whiterose.ac.uk",
        "earliestDatestamp": "2007-08-05T17:37:28Z",
        "deletedRecord": "persistent",
        "granularity": "YYYY-MM-DDThh:mm:ssZ"
      }
    }
  },
  "whiteRoseEThesesOnline": {
    "request": { "url": "https://etheses.whiterose.ac.uk/cgi/oai2", "query": { "verb": "Identify" } },
    "response": {
      "responseDate": "2026-06-04T03:12:55Z",
      "Identify": {
        "repositoryName": "White Rose eTheses Online",
        "baseURL": "https://etheses.whiterose.ac.uk/cgi/oai2",
        "protocolVersion": "2.0",
        "adminEmail": "etheses@whiterose.ac.uk",
        "earliestDatestamp": "2010-02-12T15:42:31Z",
        "deletedRecord": "persistent",
        "granularity": "YYYY-MM-DDThh:mm:ssZ"
      }
    }
  }
}