Parameter 'employeeId' type changed from 'integer' to 'string' in GET /api/v1_2/performance/employees/{employeeId}/goals/aggregate
- Affected surface
- GET /api/v1_2/performance/employees/{employeeId}/goals/aggregate
- Affected field
- employeeId@path
What changed
Parameter 'employeeId' type changed from 'integer' to 'string' in GET /api/v1_2/performance/employees/{employeeId}/goals/aggregate Affected surface: GET /api/v1_2/performance/employees/{employeeId}/goals/aggregate. Root cause: parameter `employeeId@path`. Detected at Sat, 20 Jun 2026 05:35:07 UTC UTC.
Diff
{
"current_value": "string",
"parameter_in": "path",
"parameter_name": "employeeId",
"path": "GET /api/v1_2/performance/employees/{employeeId}/goals/aggregate",
"previous_value": "integer"
}Likely impact
Existing integrations relying on this surface will fail or behave incorrectly. Treat this as a release-blocker until the recommended action below is applied.
Recommended action
Audit serialization on both sides. Type changes break payloads silently more often than loudly — catch this in a contract test before it hits production.
Related changes
Other endpoints affected by the same root cause.
Catch changes like this on every API you depend on.
Intello monitors 100+ APIs and tells you the moment something changes — before it breaks production.
