Connection Field Query

Deprecated

Returns the source fields available on a connection for a given source configuration.

🚧 Deprecated

Use POST /api/connections/{id}/modelsync/source/fields instead. Available in API version 2024-02-08 and later.

Authentication

AuthorizationBasic

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

OR
AuthorizationBearer
This is the Polytomic API key

Path parameters

idstringRequiredformat: "uuid"

Headers

X-Polytomic-VersionstringRequired

Request

This endpoint expects an object.
querymap from strings to any or nullRequired

Response

OK
datalist of objects or null

Errors

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