GET
/
connectors
/
schema
/
{connector}
/
types
List the plugin sub-types
curl --request GET \
  --url https://{FUSION HOST}/api/connectors/schema/{connector}/types
[
  "lucidworks.web-v2"
]

Path Parameters

connector
string
required

The connector ID.

Response

200 - application/json

OK

The response is of type string[].