Skip to main content
GET
/
v2
/
ticket-relationships
/
{id}
Get Ticket Relationship
curl --request GET \
  --url https://public.api.serval.com/v2/ticket-relationships/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "<string>",
    "ticketId": "<string>",
    "relatedTicketId": "<string>",
    "relationshipType": "TICKET_RELATIONSHIP_TYPE_UNSPECIFIED"
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

The ID of the ticket relationship

Response

Success

data
data · object

TicketRelationship represents a relationship between two tickets