Get Asset fields details by Id
POST/v1/classification/asset-fields/id
List and filter through fields found on a specific database or analytics asset to investigate data findings. This call returns a list of all fields matching the supplied filters, enabling deeper investigations into data findings.
Request
Query Parameters
id stringrequired
page string
Default value: 1
size integer
Possible values: <= 150
Default value: 20
Header Parameters
dig-api-key stringrequired
Dig token header
- application/json
Body
string
Responses
- 200
- 400
- 404
Returns list of asset fields
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- Array [
- Array [
- Array [
- ]
- ]
- ]
- ]
fields object[]required
name stringrequired
dataTypes object[]
name stringrequired
label stringrequired
hitPercentage int64required
maskedValues object[]
masked_value stringrequired
line int64
path string
tableName string
tableSize string
databaseName string
collectionName string
type string
schemaName string
[
{
"fields": [
{
"name": "string",
"dataTypes": [
{
"name": "string",
"label": "string",
"hitPercentage": 0,
"maskedValues": [
{
"masked_value": "string",
"line": 0
}
]
}
],
"path": "string",
"tableName": "string",
"tableSize": "string",
"databaseName": "string",
"collectionName": "string",
"type": "string",
"schemaName": "string"
}
]
}
]
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- Array [
- Array [
- Array [
- ]
- ]
- ]
- ]
fields object[]required
name stringrequired
dataTypes object[]
name stringrequired
label stringrequired
hitPercentage int64required
maskedValues object[]
masked_value stringrequired
line int64
path string
tableName string
tableSize string
databaseName string
collectionName string
type string
schemaName string
[
{
"fields": [
{
"name": "string",
"dataTypes": [
{
"name": "string",
"label": "string",
"hitPercentage": 0,
"maskedValues": [
{
"masked_value": "string",
"line": 0
}
]
}
],
"path": "string",
"tableName": "string",
"tableSize": "string",
"databaseName": "string",
"collectionName": "string",
"type": "string",
"schemaName": "string"
}
]
}
]
Not Found
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- Array [
- Array [
- Array [
- ]
- ]
- ]
- ]
fields object[]required
name stringrequired
dataTypes object[]
name stringrequired
label stringrequired
hitPercentage int64required
maskedValues object[]
masked_value stringrequired
line int64
path string
tableName string
tableSize string
databaseName string
collectionName string
type string
schemaName string
[
{
"fields": [
{
"name": "string",
"dataTypes": [
{
"name": "string",
"label": "string",
"hitPercentage": 0,
"maskedValues": [
{
"masked_value": "string",
"line": 0
}
]
}
],
"path": "string",
"tableName": "string",
"tableSize": "string",
"databaseName": "string",
"collectionName": "string",
"type": "string",
"schemaName": "string"
}
]
}
]
Loading...