Return available filter options - Precisely Data Integrity Suite

Data Integrity Suite APIs

Product
Data_Integrity
Spatial_Analytics
Data_Enrichment
geo_addressing_1
Services
Spatial Analytics
Data Enrichment
Geo Addressing
ft:title
Data Integrity Suite APIs
ft:locale
en-US
PublicationType
pt_developer
copyrightfirst
2023
copyrightlast
2026

Returns available filter options based on current filters.

HTML

POST https://hostname/v2/catalog/asset-types/filter-options

Request

Request body properties

Property Required Type Description
properties No array  
relations No array  
commonPropertiesOnly No boolean

This property may be set to true or false.

Response

Response body properties

Ancestors Property Required Type Description
  data   object Data envelope carrying response properties.
data properties No array  
data relations No array  

Response examples

Example status code responses for this method are shown here.

Examples
"value": {
  "statusCode": "400",
  "error": "Bad Request",
  "message": "Bad Request"
}
"value": {
  "statusCode": "401",
  "error": "Unauthorized",
  "message": "Authentication required"
}
"value": {
  "statusCode": "404",
  "error": "Not Found",
  "message": "Resource not found"
}
"value": {
  "statusCode": "429",
  "error": "Too Many Requests",  "message": "Rate limit exceeded"
}
"value": {
  "statusCode": "500",
  "error": "Internal Server Error",
  "message": "An unexpected error occurred"
}
"value": {
  "statusCode": "503",
  "error": "Service Unavailable",
  "message": "Service temporarily unavailable"
}
"value": {
  "statusCode": "504",
  "error": "Gateway Timeout",
  "message": "Request timeout"
}