Tickets API
GET/api/v1/tickets/by-external-link
Product availabilityAlgaPSAAlgaDesk

Find a ticket by external link

Returns the ticket and matching external link for a given system/external_id (and optional external_parent_id); 404 when no ticket carries it.

RBAC · ticket

Query parameters

systemstringRequired
Registry key of the external system.
external_idstringRequired
External record identifier.
external_parent_idstringOptional
Ticket-level external id, for comment-level records.

Response body

Success response 200 · schema WorkV1ApiSuccess

dataanyOfRequired
anyOf (option 1)object
anyOf (option 2)array of object
itemsobject
metaobject

Response codes

200
Matching ticket and link.
400
Validation or request parsing failure.
401
API key missing/invalid.
403
RBAC denied for ticket resource action.
404
Ticket or sub-resource not found.
500
Unexpected controller/service failure.