GET
/
api
/
v1
/
linked_issues
/
{linkedIssueId}
curl --request GET \
  --url https://app.tegon.ai/api/v1/linked_issues/{linkedIssueId} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z",
  "deleted": "2023-11-07T05:31:56Z",
  "url": "<string>",
  "sourceId": "<string>",
  "sourceData": {},
  "createdById": "<string>",
  "updatedById": "<string>",
  "issueId": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

linkedIssueId
string
required

Response

200
application/json
Successful response
id
string
createdAt
string
updatedAt
string
deleted
string | null
url
string
sourceId
string | null
sourceData
object
createdById
string | null
updatedById
string
issueId
string