List Shared Connections
GET
https://app.polytomic.com/api/connections/:parent_connection_id/shared
Lists shared copies of a connection.
Authentication
AuthorizationBasic
This is the Polytomic deployment key (on-premises only)
OR
AuthorizationBearer
This is the Polytomic API key
Path parameters
parent_connection_idstringRequired
format: "uuid"Headers
X-Polytomic-VersionstringRequired
Response
OK
datalist of objects or null
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
500
Internal Server Error
