OOTB Data Class
Authorizations
AuthorizationstringRequired
Collibra REST API authentication using Basic Authentication.
Query parameters
offsetinteger · int32OptionalDefault:
The index of the first result to retrieve.
If not set (offset = 0), results will be retrieved starting from row 0.
0limitinteger · int32 · max: 1000OptionalDefault:
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.
50Responses
200
OOTB Data Class retrieved successfully
application/json
400
Invalid request to find OOTB Data Classes.
application/json
401
The client is not authenticated.
application/json
403
The user lacks permissions.
application/json
500
An unexpected error occurred.
application/json
get/ootbDataClasses
Last updated
Was this helpful?