University of Sheffield · Example Payload

University Of Sheffield List Articles Example

EducationHigher EducationUniversityResearch DataOpen AccessOAI-PMHUnited Kingdom

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

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "GET",
    "url": "https://api.figshare.com/v2/articles?institution=&page=1&page_size=10",
    "description": "List public figshare articles. ORDA records can be filtered by group/institution parameters supported by the figshare API."
  },
  "response": [
    {
      "id": 1434614,
      "title": "Test article title",
      "doi": "10.6084/m9.figshare.1434614",
      "handle": "111184/figshare.1234",
      "url": "https://api.figshare.com/v2/articles/1434614",
      "url_public_html": "https://figshare.com/articles/media/Test_article_title/1434614",
      "url_public_api": "https://api.figshare.com/v2/articles/1434614",
      "url_private_html": "https://figshare.com/account/articles/1434614",
      "url_private_api": "https://api.figshare.com/v2/account/articles/1434614",
      "timeline": {
        "posted": "2017-05-18T11:49:03",
        "firstOnline": "2017-05-18T11:49:03"
      },
      "thumb": "https://ndownloader.figshare.com/files/123456789/preview/12345678/thumb.png",
      "defined_type": 3,
      "defined_type_name": "media",
      "resource_doi": "",
      "resource_title": "",
      "created_date": "2017-05-18T11:49:03Z"
    }
  ]
}