List connections for Governance Group

GET {{baseUrl}}/workgroups/:workgroupId/connections

This API returns list of connections associated with a Governance Group.

Request Params

KeyDatatypeRequiredDescription
offsetnumberOffset into the full result set. Usually specified with limit to paginate through the results.
See V3 API Standard Collection Parameters for more information.
limitnumberNote that for this API the maximum value for limit is 50.
See V3 API Standard Collection Parameters for more information.
countbooleanIf true it will populate the X-Total-Count response header with the number of results that would be returned if limit and offset were ignored.

Since requesting a total count can have a performance impact, it is recommended not to send count=true if that value will not be used.

See V3 API Standard Collection Parameters for more information. | | sorters | string | | Sort results using the standard syntax described in V3 API Standard Collection Parameters

Sorting is supported for the following fields: name, created, modified |

HEADERS

KeyDatatypeRequiredDescription
X-SailPoint-Experimentalboolean(Required) Use this header to enable this experimental API.
Acceptstring

RESPONSES

status: OK

[{"object":{"type":"ACCESS_PROFILE","id":"2c91808568c529c60168cca6f90c1313","name":"Employee-database-read-write","description":"Collection of entitlements to read/write the employee database."},"connectionType":"AccessRequestReviewer"},{"object":{"type":"ACCESS_PROFILE","id":"2c91808568c529c60168cca6f90c1313","name":"Employee-database-read-write","description":"Collection of entitlements to read/write the employee database."},"connectionType":"AccessRequestReviewer"}]