Skip to main content

Lists all TemplateLinks for this Ticket Type

GET 

/ticket/:guid/templates

Lists all the TemplateLinks for this Ticket Type.

Request

Path Parameters

    guid uuidrequired

    The guid of the Ticket Type.

Responses

The TemplateLinks for this Ticket Type.

Schema

  • Array [

  • owned_type stringrequired

    The type "owning" this TemplateLink. Ownership signifies that when that model is queried for (override) Template, this TemplateLink is given.

    owned_id stringrequired

    The guid of the "owner" of the TemplateLink.

    template_id stringrequired

    The guid of the Template the TemplateLink links to.

  • ]

Loading...