Uon Article Detail Example

EducationHigher EducationUniversityResearchOpen ResearchOpen AccessRepositoryOAI-PMHAustralia

Uon Article Detail Example is an example object payload from University of Newcastle Australia, 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/1434614"
  },
  "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",
    "figshare_url": "https://figshare.com/articles/media/Test_article_title/1434614",
    "defined_type": 3,
    "defined_type_name": "dataset",
    "created_date": "2015-06-01T00:00:00Z",
    "modified_date": "2015-06-02T00:00:00Z",
    "published_date": "2015-06-01T00:00:00Z",
    "resource_doi": "10.1000/resource.doi",
    "resource_title": "Linked resource title",
    "download_disabled": false,
    "timeline": {
      "posted": "2015-06-01T00:00:00",
      "firstOnline": "2015-06-01T00:00:00"
    },
    "authors": [
      {
        "id": 97657,
        "full_name": "John Doe",
        "first_name": "John",
        "last_name": "Doe",
        "is_active": true,
        "url_name": "John_Doe",
        "orcid_id": "1234-5678-9123-1234"
      }
    ],
    "files": [
      {
        "id": 3000002,
        "name": "test.xls",
        "size": 14848,
        "is_link_only": false,
        "download_url": "https://ndownloader.figshare.com/files/3000002",
        "supplied_md5": "043a51806d646e88cafbf19e7b82846f",
        "computed_md5": "043a51806d646e88cafbf19e7b82846f",
        "mimetype": "application/vnd.ms-excel"
      }
    ],
    "custom_fields": [],
    "folder_structure": {}
  }
}