A list of attributes associated with a given ticket type.typestringString representing the object's type. Always has the value ticket_type_attributes.list.ticket_type_attributesArray of objects or null(Ticket Type Attribute)A list of ticket type attributes associated with a given ticket type.+Show 17 array properties{ "type": "string", "ticket_type_attributes": [ { … } ] }
A list of ticket types associated with a given workspace.typestringString representing the object's type. Always has the value ticket_type.list.ticket_typesArray of objects or null(Ticket Type)A list of ticket_types associated with a given workspace.+Show 10 array properties{ "type": "string", "ticket_types": [ { … } ] }
A translation object contains the localised details of a subscription type.namestringThe localised name of the subscription type. Example: "Announcements"descriptionstringThe localised description of the subscription type. Example: "Offers, product and feature announcements"localestringThe two character identifier for the language of the translation object. Example: "en"{ "name": "Announcements", "description": "Offers, product and feature announcements", "locale": "en" }