- Org name: Infinilake Inc
- Detailed description of the issue and where it occurs: After calling the
/rest/v2/people/<id>
endpoint for a specific individual, when I get the employment ID and try to call the contract endpoint, it returns 404. If the contract is listed in the individual details, shouldn’t it be returned when I call the/rest/v2/contracts/<id>
?
@davidaraujo
You are correct, employment.id fetch from /rest/v2/people/<id>
can be used in /rest/v2/contracts/<id>
I see this behaviour working on my side. Can you please try again and if it’s breaking, please share contractId and peopleId you are facing this issue with?