University of Canterbury · Example Payload

University Of Canterbury List Articles Example

List public figshare articles. Representative response payload captured live from the figshare REST API (api.figshare.com/v2), which backs the Canterbury Figshare instance. Filter by institution_id to scope to University of Canterbury holdings.

EducationHigher EducationUniversityResearchOpen DataRepositoryOAI-PMHNew Zealand

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

Top-level fields

operationdescriptionrequestresponse

Example Payload

Raw ↑
{
  "operation": "GET /articles",
  "description": "List public figshare articles. Representative response payload captured live from the figshare REST API (api.figshare.com/v2), which backs the Canterbury Figshare instance. Filter by institution_id to scope to University of Canterbury holdings.",
  "request": {
    "method": "GET",
    "url": "https://api.figshare.com/v2/articles?page_size=2",
    "headers": {
      "Accept": "application/json"
    }
  },
  "response": {
    "status": 200,
    "body": [
      {
        "id": 32574099,
        "title": "Source code for CoughCLIP",
        "doi": "10.6084/m9.figshare.32574099.v1",
        "handle": "",
        "url": "https://api.figshare.com/v2/articles/32574099",
        "published_date": "2026-06-04T03:27:16Z",
        "thumb": "",
        "defined_type": 9,
        "defined_type_name": "software",
        "group_id": 0,
        "url_private_api": "https://api.figshare.com/v2/account/articles/32574099",
        "url_public_api": "https://api.figshare.com/v2/articles/32574099",
        "url_private_html": "https://figshare.com/account/articles/32574099",
        "url_public_html": "https://figshare.com/articles/software/Source_code_for_CoughCLIP/32574099",
        "timeline": {
          "posted": "2026-06-04T03:27:16"
        },
        "resource_title": "",
        "resource_doi": "",
        "created_date": "2026-06-04T03:27:16Z",
        "modified_date": "2026-06-04T03:27:16Z"
      },
      {
        "id": 32574087,
        "title": "RetailGoods",
        "doi": "10.6084/m9.figshare.32574087.v1",
        "handle": "",
        "url": "https://api.figshare.com/v2/articles/32574087",
        "published_date": "2026-06-04T03:21:53Z",
        "thumb": "",
        "defined_type": 3,
        "defined_type_name": "dataset",
        "group_id": 0,
        "url_private_api": "https://api.figshare.com/v2/account/articles/32574087",
        "url_public_api": "https://api.figshare.com/v2/articles/32574087",
        "url_private_html": "https://figshare.com/account/articles/32574087",
        "url_public_html": "https://figshare.com/articles/dataset/RetailGoods/32574087",
        "timeline": {
          "posted": "2026-06-04T03:21:53"
        },
        "resource_title": "",
        "resource_doi": "",
        "created_date": "2026-06-04T03:21:53Z",
        "modified_date": "2026-06-04T03:21:53Z"
      }
    ]
  }
}