Get Issue RelationshipsAsk AIget https://{hostname}/api/issue-management/v1/issuelinks/{issueId}Use this API to retrieve relationship details between an issue and related records.Path ParamsissueIduuidrequiredThe unique identifier of the issue. This value is obtained using the Get List of Issues API.Query Paramspageint32β₯ 0Defaults to 0The page number of the results.sizeint321 to 2000Defaults to 20The number of results per page.sortstringenumThe sort criteria that dictates the order of the results.Id,descId,ascId,descAllowed:Id,ascId,descResponses 200Relationship details fetched successfully 400Bad Request 401Unauthorized 403Forbidden 429Too Many Requests. For more information, see API Rate Limits. 500Invalid sort criteriaUpdated 4 months ago