List Slack Connections
Returns a list of Slack Connections.
Note: For accounts using the New Slack Configuration, the
config.urgencyandconfig.prioritiesfields reflect the values last written through the REST API. If the connection's channel conditions were subsequently modified through the Slack web UI, those changes will not be reflected in these fields.
The API Key with format Token token=<API_KEY>
In: header
Path Parameters
Slack team (workspace) id
Slack team (workspace) id
Query Parameters
Set the maximum number of results matched by the query.
1 <= value <= 10050The number of items to skip before starting to collect the result set.
0 <= value0Response Body
application/json
application/json
application/json
application/json
Get a Slack Connection GET
Get details about an existing Slack Connection. > **Note:** For accounts using the New Slack Configuration, the `config.urgency` and `config.priorities` fields reflect the values last written through the REST API. If the connection's channel conditions were subsequently modified through the Slack web UI, those changes will not be reflected in these fields.
Update a Slack Connection PUT
Update an existing Slack Connection. > **Note:** For accounts using the New Slack Configuration, submitting this request rebuilds the channel's PCL (PagerDuty Condition Language) filter from the `config.urgency` and `config.priorities` values in the request payload. Any PCL conditions previously configured through the Slack web UI will be overridden.