GET
/
data
/
projects
/
{projectId}
/
catalogs
/
{catalogId}

Path Parameters

projectId
string
required
catalogId
string
required

Response

200 - application/json

This class represents a Catalog. It contains the id, name, display name, type, and connection ID of the catalog.

id
string

The ID of the catalog.

name
string

The name of the catalog.

displayName
string

The display name of the catalog.

catalogType
string

The type of the catalog.

connectionId
string

The connection ID of the catalog.