REST API: search for a connector by "schema"
AnsweredI would like to search for a connector by its "schema" property using the REST API, e.g.
GET https://api.fivetran.com/v1/groups/<group_id>/connectors?filter__schema__eq=<connector_schema>
This is required in order to scale: as API users we know the connectors schema, but not their ids.
Without this feature, we have to make many API calls to get them all and then find the wanted connector, when in fact only data about one of them is required.
This is an issue when scaling with lots of connectors.
-
Official comment
Hi Guillaume! Thanks for the feature request. I'm going to reach out to you directly to walk through your workflow and understand what you're trying to accomplish.
Please sign in to leave a comment.
Comments
1 comment