Skip to main content
Get Ticket Relation Actions

Headers

Accept-Language
string

Convert string references and multi-language values into a specified language (iso2) code.

SO-Language
string

Convert string references and multi-language values into a specified language (iso2) code. Overrides Accept-Language value.

SO-Culture
string

Number, date formatting in a specified culture (iso2 language) code. Partially overrides SO-Language/Accept-Language value. Ignored if no Language set.

SO-TimeZone
string

Specify the timezone code that you would like date/time responses converted to.

SO-AppToken
string

The application token that identifies the partner app. Used when calling Online WebAPI from a server.

Query Parameters

$select
string

Optional comma separated list of properties to include in the result. Other fields are then nulled out to reduce payload size: "Name,department,category". Default = show all fields.

Body

TicketId, ParentTicketId, TicketTypeId

GetTicketRelationActions: Get the relation-driven actions that apply to a ticket, such as whether to offer closing the parent or whether open children are blocking the ticket from being closed.

TicketId
integer<int32>
ParentTicketId
integer<int32>
TicketTypeId
integer<int32>

Response

OK

Relation-driven actions applicable to a ticket, indicating whether to offer closing the parent or whether open children are blocking the ticket from being closed. Carrier object for TicketRelationAction. Services for the TicketRelationAction Carrier is available from the Ticket Agent.

TicketIdToClose
integer<int32>

ID of the parent ticket to offer closing when all its children are closed. 0 if not applicable.

IsParentRequired
boolean

True if a parent relation is mandatory for this ticket type.

CanCloseCurrentTicket
boolean

True if the ticket may be closed. False if unclosed children are blocking it.

Children
integer<int32>[]

Ids of unclosed child tickets. If CanCloseCurrentTicket is false, these are the tickets blocking the close.