Carnegie Mellon University · Example Payload

Carnegie Mellon University Search Articles Example

EducationHigher EducationUniversityUnited StatesResearchEpidemiologyOpen DataLibraryInstitutional Repository

Carnegie Mellon University Search Articles Example is an example object payload from Carnegie Mellon University, 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": "POST",
    "url": "https://api.figshare.com/v2/articles/search",
    "headers": { "Content-Type": "application/json" },
    "body": {
      "search_for": "machine learning",
      "institution": 231,
      "page": 1,
      "page_size": 10,
      "order": "published_date",
      "order_direction": "desc"
    }
  },
  "response": [
    {
      "id": 1434614,
      "title": "Replication data for a Carnegie Mellon University research study",
      "doi": "10.1184/r1.1434614",
      "url_public_html": "https://kilthub.cmu.edu/articles/dataset/Replication_data/1434614",
      "url_public_api": "https://api.figshare.com/v2/articles/1434614",
      "defined_type_name": "dataset",
      "published_date": "2017-05-18T11:49:03Z"
    }
  ]
}