List Primary VDTs
GET/public-api/v1/vdt/list/:registryId
Retrieves a paginated list of Primary VDTs for the specified registry. Use this API to browse VDTs created under a known registry.
Details :
- Requires a registryId path parameter.
- Supports pagination via query parameters.
- Returns an empty items list when no VDTs exist for the registry.
- Each item includes SDK-friendly VDT summary fields (id, registryId, code, vdtType, timestamps).
- Use the returned id with Get and Update APIs.
Request
Responses
- 200
- 401
- 404
- 500
Primary VDTs listed successfully.
Unauthorized – Invalid or missing token.
The registry was not found.
Internal Server Error