latestOpenAPI 3.0.32026-08-227451,2751.8 MB
d0fc0114da66
WorkspaceIntegration
Get Workspace Integrations for predicate
Get Workspace Integration by predicate
get/integrations
Query parameters
integration_type'atlassian_connect' | 'atlassian_rovo' | 'export_feed_google_bigquery' | 'export_feed_google_cloud_storage' | 'export_feed_google_pubsub' | 'github_app' | 'jira' | 'jira_server_plugin' | 'microsoft_teams_webhook' | 'segment' | 'slack' | 'xray' | 'xray_sync' required
GitHub installation identifier filter predicate
installation_idstring
Installation identifier filter predicate
github_installation_idinteger
deprecated GitHub installation identifier filter predicate
workspace_idstring
The workspace to get integrations for
Response
Workspace Integrations, if any
Example response
{
"integrations": [
{
"config": {
"issue_tracker": {
"base_url": "https://jira.example.com/jira",
"schemas": [
{
"fields": [
{
"id": "affected_platform",
"name": "Affected Platform",
"type": "labels",
"allowed_values": [
{
"value": "Chrome"
},
{
"value": "Edge"
},
{
"value": "Firefox"
},
{
"value": "IE11"
},
{
"value": "Safari"
}
],
"is_required": true
}
]
}
]
}
}
}
]
}