Skip to main content
POST
Validate Data Catalog Entry

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

dataCatalogEntryId
string
required

Body

application/json
engagementId
string
required

Identifies the engagement that the resulting Data Table will be associated with.

columns
string[]
required

The list of columns to retrieve from the data source.

Minimum array length: 1
filter
object

Optional filter to apply to the data retrieval. If not set, all rows are returned unfiltered.

limit
integer<int64>

Maximum number of rows to return. If not set, all matching rows are returned.

Required range: x >= 0
offset
integer<int64>

Number of rows to skip before returning results. If not set, results start from the first row.

Required range: x >= 0
sortProperties
Sort Property · object[]

Optional sort specification ordered by precedence. Remotes that support server-side sorting will apply it; remotes that don't will ignore it.

Response

200 - application/json

OK

problems
object[]
valid
boolean