Get Data Types by Id
GET/v1/classification/data-types
List through all data types discovered in the environment. This call returns a list of all data types found in the environment, allowing for input validation for investigation concerning a specific data type.
Request
Header Parameters
dig-api-key stringrequired
Dig token header
Responses
- 200
Returns list of data types for company
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
string
[
"string"
]
Loading...