University of Alberta · Example Payload

University Of Alberta Version Example

EducationHigher EducationUniversityResearch DataOpen DataLibraryCanada

University Of Alberta Version Example is an example object payload from University of Alberta, 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://borealisdata.ca/api/info/version"
  },
  "response": {
    "status": "OK",
    "data": {
      "version": "v6.8.1-SP",
      "build": null
    }
  }
}