---
title: "GET /api/tenants/{tenantId}/nationalcases/changes/{caseChangeId}"
method: GET
path: "/api/tenants/{tenantId}/nationalcases/changes/{caseChangeId}"
tags: ["National case changes"]
---

# GET /api/tenants/{tenantId}/nationalcases/changes/{caseChangeId}

`GET /api/tenants/{tenantId}/nationalcases/changes/{caseChangeId}`

## Path parameters

- `tenantId` integer, required
- `caseChangeId` integer, required

## Response `200`

OK

- CaseChange
  - `id` integer
  - `status` 'Active' | 'Inactive'
  - `created` string, date-time
  - `updated` string, date-time
  - `userId` integer, required
  - `employeeId` integer, nullable
  - `divisionId` integer, nullable
  - `cancellationType` 'None' | 'Case'
  - `cancellationId` integer, nullable
  - `cancellationDate` string, date-time, nullable
  - `reason` string, nullable
  - `validationCaseName` string, nullable
  - `forecast` string, nullable
  - `values` CaseValue[], nullable
    - `id` integer
    - `status` 'Active' | 'Inactive'
    - `created` string, date-time
    - `updated` string, date-time
    - `divisionId` integer, nullable
    - `employeeId` integer, nullable
    - `caseName` string, nullable
    - `caseNameLocalizations` object, nullable
    - `caseFieldName` string, required
    - `caseFieldNameLocalizations` object, nullable
    - `caseSlot` string, nullable
    - `caseSlotLocalizations` object, nullable
    - `valueType` 'String' | 'Boolean' | 'Integer' | 'NumericBoolean' | 'Decimal' | 'DateTime' | 'None' | 'Date' | 'Weekday' | 'Month' | 'Year' | 'Money' | 'Percent' | 'WebResource'
    - `value` string, nullable
    - `numericValue` number, double, nullable
    - `culture` string, nullable
    - `caseRelation` CaseRelationReference
      - `sourceCaseName` string, nullable
      - `sourceCaseSlot` string, nullable
      - `targetCaseName` string, nullable
      - `targetCaseSlot` string, nullable
    - `cancellationDate` string, date-time, nullable
    - `start` string, date-time, nullable
    - `end` string, date-time, nullable
    - `forecast` string, nullable
    - `tags` string[], nullable
    - `attributes` object, nullable
  - `ignoredValues` CaseValue[], nullable
    - `id` integer
    - `status` 'Active' | 'Inactive'
    - `created` string, date-time
    - `updated` string, date-time
    - `divisionId` integer, nullable
    - `employeeId` integer, nullable
    - `caseName` string, nullable
    - `caseNameLocalizations` object, nullable
    - `caseFieldName` string, required
    - `caseFieldNameLocalizations` object, nullable
    - `caseSlot` string, nullable
    - `caseSlotLocalizations` object, nullable
    - `valueType` 'String' | 'Boolean' | 'Integer' | 'NumericBoolean' | 'Decimal' | 'DateTime' | 'None' | 'Date' | 'Weekday' | 'Month' | 'Year' | 'Money' | 'Percent' | 'WebResource'
    - `value` string, nullable
    - `numericValue` number, double, nullable
    - `culture` string, nullable
    - `caseRelation` CaseRelationReference
      - `sourceCaseName` string, nullable
      - `sourceCaseSlot` string, nullable
      - `targetCaseName` string, nullable
      - `targetCaseSlot` string, nullable
    - `cancellationDate` string, date-time, nullable
    - `start` string, date-time, nullable
    - `end` string, date-time, nullable
    - `forecast` string, nullable
    - `tags` string[], nullable
    - `attributes` object, nullable

## Other responses

- `404` — Not Found

---

[API](https://skmtc.net/payroll-engine/apis/payroll-engine-backend-api-v1.md) · [All operations](https://skmtc.net/payroll-engine/apis/payroll-engine-backend-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/payroll-engine/payroll-engine-backend-api-v1/versions/34e260deaa2c/schema)
