6d091bc86a33
List schema connections
Returns a list of available schema connections, which can be used to define metadata synchronization configurations for schemas. The response includes connections with deleted schemas in both Collibra and the data source. Non-synchronized or Deleted schema connections can be identified by the absence of the schemaId parameter in the response.
This API only returns the connections that have already been synchronized with the catalog. If a specific schema connection is missing, you can call the /schemaConnections/refresh API to synchronize the schema connections available in Catalog with the data source.
Query parameters
The ID of the database connection.
The ID of the Schema asset.
The index of the first result to retrieve.
If not set (offset = 0), results will be retrieved starting from row 0.
This is the maximum number of results that may be returned. Fewer may be returned than the value of <code>limit</code>.
Do not depend on the number of results being fewer than the <code>limit</code> value to indicate that your query reached the end of the list of data, use the absence of <code>after</code> (see Cursors) instead. For example, if you set <code>limit</code> to 10 and 9 results are returned, there may be more data available.
If not set, the default limit (limit = <code>25</code>) will be used. The maximum value for this parameter is <code>500</code>.
Response
Schema connections successfully retrieved.