# Get all non-conformant data samples Get redacted data samples associated with non-conforming data execution events. Endpoint: GET /non-conformant-data-sample Version: 5.1.41 Security: api_key ## Query parameters: - `execution_event_id` (array) The ID(s) of the execution event(s) for which to get all non-conformant data samples - `page_number` (integer) The page number for which to get non-conformant data samples. This will default to the first page if excluded - `page_size` (integer) The maximum number of objects to return. This will default to the DefaultApiPageSize setting if not provided ## Response 200 fields (application/json): - `_pageInfo` (object) - `_pageInfo.numberOnPage` (integer) The number of items on this page. This should always match the page size unless it is the last page. - `_pageInfo.total` (integer) The total number of items - `responseList` (array) Example: [{"dataSampleId":1,"executionEventId":1,"dataSample":"NNNNNNNNNN","count":1}] - `responseList.dataSampleId` (integer) The ID of the non-conformant data sample. Example: 1 - `responseList.executionEventId` (integer) The ID of the execution event this sample is associated with. Example: 1 - `responseList.dataSample` (string) The redacted value of the non-conformant field data that could not be masked by the assigned algorithm. Example: "NNNNNNNNNN" - `responseList.count` (integer) The approximate number of times this data pattern was encountered. Example: 1 ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 404 fields