vincere-io / restful-api-support

5 stars 0 forks source link

Multiple error 500 on GET candidate #12

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/41080

And get the response body like below: {"message":"Internal Server Error","status":"FAILED","httpStatus":"500","errorId":"3d298b82-7281-4534-a5db-4b3f15f1dd7a"}

I got mainly similar error for different candidates (also for positions) {"message":"Internal Server Error","status":"FAILED","httpStatus":"500","errorId":"8913433b-c2bb-4f96-ade2-9ae7bfd2f56b"} {"message":"Internal Server Error","status":"FAILED","httpStatus":"500","errorId":"dbe41e3c-fa5a-4427-a408-09683cc17fdc"} {"message":"Internal Server Error","status":"FAILED","httpStatus":"500","errorId":"ac8784b4-cdb8-4bc8-ad43-0f65615ff823"}

Could you please tell me what is wrong ?