opendataConcordiaU / documentation

Documentation and examples on the use of Concordia University open data API
35 stars 4 forks source link

API call returning empty object response #22

Closed Neeham closed 10 months ago

Neeham commented 11 months ago

Since yesterday, the endpoint has been returning an empty object.

Example:

With Basic Auth header, make a GET Request to: https://opendata.concordia.ca/API/v1/course/catalog/filter/BIOL/*/*

Expected result: Status 200 with a similar response:

[
    {
        "ID":"002624",
        "title":"Fundamentals of Human Biology",
        "subject":"BIOL",
        "catalog":"200",
        "career":"UGRD",
        "classUnit":"3.00",
        "prerequisites":"",
        "crosslisted":null

],
...
]

Actual result: Status 200 with empty object []

Neeham commented 10 months ago

Looks like it has been fixed, no longer returning an empty object 🥳