# Get supported connection properties for database connector by ID A list of connection properties supported by the database connector's underlying JDBC driver. Endpoint: GET /database-connectors/{databaseConnectorId}/properties Version: 5.1.43 Security: api_key ## Path parameters: - `databaseConnectorId` (integer, required) The ID of the database connector to retrieve supported connection properties ## Response 200 fields (application/json): - `_pageInfo` (object) - `_pageInfo.numberOnPage` (integer) The number of items on this page. This should always match the page size unless it is the last page. - `_pageInfo.total` (integer) The total number of items - `responseList` (array) - `responseList.name` (string) The name of the property. - `responseList.value` (string) The value of the property. - `responseList.description` (string) The description of the property. - `responseList.edited` (boolean) Whether this property was set through a connection properties file. ## Response 400 fields ## Response 403 fields ## Response 404 fields