{ "opencollection": "1.0.0", "info": { "name": "White Rose eTheses Online (OAI-PMH 2.0) Oai2 API", "version": "2.0" }, "items": [ { "info": { "name": "Oai2", "type": "folder" }, "items": [ { "info": { "name": "OAI-PMH request dispatch", "type": "http" }, "http": { "method": "GET", "url": "https://etheses.whiterose.ac.uk/cgi/oai2", "params": [ { "name": "verb", "value": "", "type": "query", "description": "The OAI-PMH protocol request type." }, { "name": "identifier", "value": "", "type": "query", "description": "The unique OAI identifier of an item. Required for GetRecord; optional for ListMetadataFormats. Example oai:etheses.whiterose.ac.uk:411" }, { "name": "metadataPrefix", "value": "", "type": "query", "description": "The metadata format in which records should be returned. Required for GetRecord, ListRecords and ListIdentifiers unless resuming with a resumptionToken. oai_dc (simple Dublin Core) is the OAI-PMH mandatory baseline format." }, { "name": "from", "value": "", "type": "query", "description": "Lower bound datestamp for selective harvesting (YYYY-MM-DDThh:mm:ssZ)." }, { "name": "until", "value": "", "type": "query", "description": "Upper bound datestamp for selective harvesting (YYYY-MM-DDThh:mm:ssZ)." }, { "name": "set", "value": "", "type": "query", "description": "Restricts a list request to records belonging to the given set." }, { "name": "resumptionToken", "value": "", "type": "query", "description": "Flow control token from a previous incomplete list response. When supplied it is the only other argument allowed besides verb." } ] }, "docs": "Single OAI-PMH endpoint dispatched by the required `verb` parameter. Each verb accepts additional parameters per OAI-PMH 2.0. Responses are XML conforming to the OAI-PMH 2.0 schema." } ] } ], "bundled": true }