GET
/
v1
/
integration_definition
/
{integrationDefinitionId}

Path Parameters

integrationDefinitionId
string
required

A unique identifier for Integration Definition

Query Parameters

category
string[]

Category integration belongs to Example: Ticketing, Documentation etc

workspaceId
string
required

Unique identifier used to identify all the other resources. You can find this in the UI after the host and /workspaces/{workspaceId}

Response

200 - application/json
integrationDefinitionId
string
required

A unique identifier for Integration Definition

name
string
required

Name of the integration

key
string
required

A unique identifier in text used to identify Integration

icon
string | null
required

Icon for the integration

version
string
required

Current version of the integration

releaseStage
object
required

This tells the status of the integration. If Alpha most features will be working but can expect some issues.

sourceUrl
string
required

This is the URL where the compiled source code of integration

integrationType
object
required

Category integration belongs to Example: Ticketing, Documentation etc

workspaceId
string | null
required

A unique identifier for Workspace

deleted
string | null
required

When this account is deleted. If deleted

createdAt
string
required

When the integration account was created.

updatedAt
string
required

When the integration account was updated last.

isLatest
boolean
required

Boolean to validate if the integration is on latest version

latestVersion
string
required

Current latest version for the integration

latestVersionSource
string
required

Link to the source code for the latest version