Tickets API
POST/api/v1/tickets/{id}/external-links
Product availabilityAlgaPSAAlgaDesk

Add a ticket external link

Adds a ticket-level external-system reference. Only one origin link is allowed per ticket. URL must be http(s).

RBAC · ticket

Path parameters

idstring <uuid>Required
UUID path identifier from underlying resource tables.

Request body

Content type: application/json · schema WorkV1TicketExternalLinkCreateBody

entity_typestring
Defaults to 'ticket'.
Enum: ticketcomment
comment_idstring <uuid>
Required when entity_type is 'comment'.
systemstringRequired
Built-in system key or custom:<slug>.
min length 1
external_idstringRequired
min length 1
external_parent_idstringNullable
realmstringNullable
urlstring <uri>Nullable
Optional explicit link-out; must be http(s).
relationshipstring
Enum: originmirrorreference
actorobjectNullable
idstringNullable
handlestringNullable
display_namestringNullable
urlstring <uri>Nullable
external_statusstringNullable
external_updated_atstringNullable
metadataobjectNullable

Response body

Success response 201 · schema WorkV1ApiSuccess

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

Response codes

201
External link created.
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.