University of Auckland · Example Payload

University Of Auckland Articles List Example

EducationHigher EducationUniversityResearch DataOpen DataNew Zealand

University Of Auckland Articles List Example is an example object payload from University of Auckland, 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=12&page_size=10",
    "description": "List public University of Auckland articles (institution id 12)."
  },
  "response": {
    "status": 200,
    "body": [
      {
        "id": 1434614,
        "title": "Example University of Auckland research dataset",
        "doi": "10.6084/m9.figshare.1434614",
        "handle": "111184/figshare.1234",
        "url": "http://api.figshare.com/articles/1434614",
        "url_public_html": "https://auckland.figshare.com/articles/dataset/Example/1434614",
        "url_public_api": "https://api.figshare.com/articles/1434614",
        "url_private_html": "https://figshare.com/account/articles/1434614",
        "url_private_api": "https://api.figshare.com/account/articles/1434614",
        "timeline": {
          "posted": "2015-06-23T07:53:30Z",
          "firstOnline": "2015-06-23T07:53:30Z"
        },
        "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"
      }
    ]
  }
}