Université de Montréal · Example Payload

Universite De Montreal Info Version Example

EducationHigher EducationUniversityResearchOpen DataLibraryCanadaQuébec

Universite De Montreal Info Version Example is an example object payload from Université de Montréal, 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",
    "description": "Return the running version of the Borealis (Canadian Dataverse) installation that hosts the Universite de Montreal collection."
  },
  "response": {
    "status": "OK",
    "data": {
      "version": "v6.8.1-SP",
      "build": null
    }
  }
}