nonConformantDataSample

Get all non-conformant data samples

Get redacted data samples associated with non-conforming data execution events.

Securityapi_key
Request
query Parameters
execution_event_id
Array of strings

The ID(s) of the execution event(s) for which to get all non-conformant data samples

page_number
integer <int64>
Default: 1

The page number for which to get non-conformant data samples. This will default to the first page if excluded

page_size
integer <int64>

The maximum number of objects to return. This will default to the DefaultApiPageSize setting if not provided

Responses
200

Success

400

Bad request

401

Unauthorized access

403

Forbidden access

404

Not found

get/non-conformant-data-sample
Response samples
application/json
{
  • "_pageInfo": {
    },
  • "responseList": [
    ]
}