Connection Type Parameter Values

Returns completion values for parameter fields on a connection type. This endpoint is useful during connection setup, before a connection exists or before you want to persist it. The supplied `parameters` are applied to a temporary in-memory connection shape and used to resolve dependent options. When an endpoint requires upstream authorization before it can return values, Polytomic returns an error instead of guessing. In that case, complete the authorization flow first and call the endpoint again.

Authentication

AuthorizationBasic

This is the Polytomic deployment key (on-premises only)

OR
AuthorizationBearer
This is the Polytomic API key

Path parameters

typestringRequired

Headers

X-Polytomic-VersionstringRequired

Request

This endpoint expects an object.
fieldstringRequired
parametersmap from strings to any or nullRequired
connection_idstringOptionalformat: "uuid"
querystringOptional

Response

OK
datamap from strings to objects or null

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
500
Internal Server Error