# Integrity Check ## API ### GetIntegrityCheckDiff GET /api/sharing/v1/contracts/{job_uuid}/integrity-check-diff RequestBody: | Name | Type | Required | Description | | -- | -- | -- | -- | ResponseBody: | Name | Type | Required | Description | | -- | -- | -- | -- | | input | array of IntegrityCheckDatatableDiffInfo | true | Input datatables different status info. | | output | array of IntegrityCheckDatatableDiffInfo | true | Output datatables different status info. | IntegrityCheckDatatableDiffInfo | Name | Type | Required | Description | | -- | -- | -- | -- | | datatable_uuid | String | true | Datatable uuid relates to this path. | | path | String | true | Path of the file. | | diff_type | String | true | The status of the difference. Value is one of ["checksum_neq", "processor_only", "self_only"] |