vincere-io / restful-api-support

5 stars 0 forks source link

Non JSON response on candidate companylocation #17

Open SeraphicRav opened 4 years ago

SeraphicRav commented 4 years ago

The issue happen when I send this request: https://*.vincere.io/api/v2/candidate/40983/companylocation

And get the response body like below: [Empty body]

According to documentation, a JSON answer should always be provided and an empty body is not JSON compatible ('""' or null are if my memory is correct). Status code is 200. According to https://wix.vincere.io/documentation.html#operation/GetCandidateCompanyLocation, the body should contain an JSON matching the specification.