Purdue University · Example Payload

Purdue Listsubjects Example

EducationHigher EducationUniversityResearchOpen DataUnited States

Purdue Listsubjects Example is an example object payload from Purdue 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": "GET",
    "url": "https://api.purdue.io/odata/Subjects"
  },
  "response": {
    "@odata.context": "http://api.purdue.io/odata/$metadata#Subjects",
    "value": [
      {
        "Id": "06e59f90-813a-4e1f-ab2f-a9b60c13debf",
        "Name": "Theatre",
        "Abbreviation": "THTR"
      },
      {
        "Id": "09701eb6-87a0-4d07-b2c0-3f9bdb9b050c",
        "Name": "Engineering",
        "Abbreviation": "ENGR"
      },
      {
        "Id": "0a03aa37-5e25-4342-bf76-c2de359405fc",
        "Name": "Japanese",
        "Abbreviation": "JPNS"
      }
    ]
  }
}