Skip to main content

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

Primary VDTs listed successfully.