For the complete documentation index, see llms.txt. This page is also available as Markdown.

OOTB Data Class

Management of Out-of-the-box Data Classes

Find Out-Of-The-Box Data Classes

get

Returns Out-of-the-box Data Classes with their import status.

Authorizations
AuthorizationstringRequired

Collibra REST API authentication using Basic Authentication.

Query parameters
offsetinteger · int32Optional

The index of the first result to retrieve.

If not set (offset = 0), results will be retrieved starting from row 0.

Default: 0
limitinteger · int32 · max: 1000Optional

The maximum number of results to retrieve.

If not set, the default limit (limit = 50) will be used. The maximum value for this parameter is 1000.

Default: 50
Responses
200

OOTB Data Class retrieved successfully

application/json
get/ootbDataClasses

Last updated

Was this helpful?