latestOpenAPI 3.0.32026-08-227451,2751.8 MB
d0fc0114da66
WorkspaceIntegration
Get Workspace Integrations
Get Workspace Integration
get/integrations/{id}
Path parameters
idstring required
workspace integration id
Query parameters
with_secretsboolean
Whether to include secrets in the response
renew_secretsboolean
Renew time sensitive secrets, if relevant to the given integration, and IFF with_secrets is true
Response
Workspace Integration
Example response
{
"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
}
]
}
]
}
}
}