University of Warsaw · Example Payload

University Of Warsaw Course Error Example

EducationHigher EducationUniversityPolandAcademic DataResearch DataOpen Data

University Of Warsaw Course Error Example is an example object payload from University of Warsaw, 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://usosapps.uw.edu.pl/services/courses/course?course_id=does-not-exist&fields=id|name"
  },
  "response": {
    "message": "Referenced course does not exist.",
    "error": "object_not_found",
    "reason": "course"
  }
}