Get Sync Target
Returns target metadata for a connection.
🚧 Deprecated
Use
GET /api/connections/{id}/modelsync/targetobjectsinstead.
Authentication
AuthorizationBasic
This is the Polytomic deployment key (on-premises only)
OR
AuthorizationBearer
This is the Polytomic API key
Path parameters
id
Unique identifier of the connection.
Headers
X-Polytomic-Version
Query parameters
type
Target object type to query (e.g. schema name). When supplied, the response is narrowed to objects matching this type.
search
Substring filter applied to target object names. Combine with type to browse large schemas.
Response
OK
data
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error
