Search Primary VDTs
POST/public-api/v1/vdt/search
Searches Primary VDTs by one or more searchable registry attributes. Use this API when you need to find VDTs that match specific attribute values.
Details :
- Requires a registry schema ID (vdtSchemaId) to scope the search.
- All supplied attribute filters must match.
- Only searchable attributes defined on the registry schema are accepted.
- Returns matching Primary VDT records.
Request
Responses
- 200
- 400
- 401
- 404
- 500
Primary VDTs searched successfully.
The search filters are invalid.
Unauthorized – Invalid or missing token.
The registry was not found.
Internal Server Error