GET
/
v1
/
integration_definition
/
{integrationDefinitionId}
curl --request GET \
  --url http://localhost:8000/api/v1/integration_definition/{integrationDefinitionId}
{
  "integrationDefinitionId": "<string>",
  "name": "<string>",
  "key": "<string>",
  "icon": "<string>",
  "version": "<string>",
  "releaseStage": {},
  "sourceUrl": "<string>",
  "integrationType": {},
  "workspaceId": "<string>",
  "deleted": "2023-11-07T05:31:56Z",
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z",
  "isLatest": true,
  "latestVersion": "<string>",
  "latestVersionSource": "<string>"
}

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

The response is of type object.