OBJECT
TicketResolutionReason
A ticket resolution reason.
link GraphQL Schema definition
- type TicketResolutionReason implements LoggableInterface, AccessloggableInterface {
- # The ID of the entity.
- : Int64Bit!
- # An ID that uniquely identifies this entity across the whole Sonar system.
- : ID!
- # The date and time this entity was created.
- : Datetime!
- # The last date and time this entity was modified.
- : Datetime!
- # A string that shows the version of this entity. It will be incremented whenever
- # the entity is modified.
- : String!
- # A code.
- : String
- # Whether or not this is enabled.
- : Boolean!
- # Ticket resolution reason scope.
- : Boolean!
- # A descriptive name.
- : String!
- # A ticket.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # global_updated_at: The last date and time this entity was
- # updated, or was the subject of a log.
- # closed_at: The time this was closed at.
- # closed_by_user_id: The ID of the `User` that closed this.
- # company_id: The ID of the company that this entity operates
- # under.
- # created_by_user_id: The ID of the user that created this
- # entity.
- # description: A human readable description.
- # due_date: The date this invoice is due by.
- # inbound_mailbox_id: The ID of an `InboundMailbox`.
- # is_spam: Indicates if this ticket is marked as spam.
- # parent_ticket_id: The ID of the `Ticket` that this `Ticket` is
- # a child of.
- # priority: The priority of this item.
- # spam_score: Mail processor's spam rating for whether or not
- # this is spam.
- # status: The status.
- # subject: The subject.
- # ticket_group_id: The ID of a `TicketGroup`.
- # ticket_resolution_reason_id: The ID of a
- # `TicketResolutionReason`.
- # ticketable_id: The ID of the entity that this `Ticket` is
- # associated with.
- # ticketable_type: The type of entity that this `Ticket` is
- # associated with.
- # user_id: The ID of a User.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- : Int64Bit,
- : ID,
- : Datetime,
- : Datetime,
- : String,
- : Datetime,
- : Datetime,
- : Int64Bit,
- : Int64Bit,
- : Int64Bit,
- : Text,
- : Date,
- : Int64Bit,
- : Boolean,
- : Int64Bit,
- : TicketPriority,
- : Float,
- : TicketStatus,
- : String,
- : Int64Bit,
- : Int64Bit,
- : Int64Bit,
- : TicketableType,
- : Int64Bit,
- : Paginator,
- : [Sorter],
- : [Search],
- : String,
- : [Aggregator],
- : [ReverseRelationFilter]
- ): TicketConnection!
- # The types of `Job`s that signify successful completion.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # account_status_id_completion: If this is set, any `Job` using
- # this `JobType` that is completed successfully while associated with an `Account`
- # will change the `Account` to this `AccountStatus`.
- # account_status_id_failure: If this is set, any `Job` using this
- # `JobType` that is completed unsuccessfully while associated with an `Account`
- # will change the `Account` to this `AccountStatus`.
- # action_on_completion: Completion ticket action.
- # action_on_failure: Failure ticket action.
- # all_companies: Whether or not this `JobType` is valid for all
- # `Companies`.
- # allow_completion_with_incomplete_tasks: Whether `Job`s
- # associated with this `JobType` should be able to be completed with incomplete
- # tasks.
- # color: Color.
- # contract_template_id: The ID of a `ContractTemplate`.
- # default_length_in_minutes: The default length for a `Job`
- # created using this `JobType`.
- # disconnection_reason_id_completion: Account Disconnection
- # Reason ID for completion
- # disconnection_reason_id_failure: Account Disconnection Reason
- # ID for failure
- # disconnects_account: If this is set, any `Job` using this
- # `JobType` that is completed successfully while associated with an `Account` will
- # trigger the disconnection of the `Account`.
- # enabled: Whether or not this is enabled.
- # icon: An icon.
- # name: A descriptive name.
- # task_template_id: The ID of a `TaskTemplate`.
- # ticket_group_id_completion: If this is set, any `Job` using
- # this `JobType` that is completed successfully will create a `Ticket` and assign
- # it to this `TicketGroup`.
- # ticket_group_id_failure: If this is set, any `Job` using this
- # `JobType` that is completed unsuccessfully will create a `Ticket` and assign it
- # to this `TicketGroup`.
- # ticket_resolution_reason_id_on_completion: The completion ID of
- # a `TicketResolutionReason`.
- # ticket_resolution_reason_id_on_failure: The failure ID of a
- # `TicketResolutionReason`.
- # ticket_status_on_completion: Ticket status on completion.
- # ticket_status_on_failure: Ticket status on failure.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- : Int64Bit,
- : ID,
- : Datetime,
- : Datetime,
- : String,
- : Int64Bit,
- : Int64Bit,
- : JobTypeAction,
- : JobTypeAction,
- : Boolean,
- : Boolean,
- : HtmlHexColor,
- : Int64Bit,
- : Int,
- : Int64Bit,
- : Int64Bit,
- : Boolean,
- : Boolean,
- : Icon,
- : String,
- : Int64Bit,
- : Int64Bit,
- : Int64Bit,
- : Int64Bit,
- : Int64Bit,
- : TicketStatus,
- : TicketStatus,
- : Paginator,
- : [Sorter],
- : [Search],
- : String,
- : [Aggregator],
- : [ReverseRelationFilter]
- ): JobTypeConnection!
- # The types of `Job`s that signify unsuccessful completion.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # account_status_id_completion: If this is set, any `Job` using
- # this `JobType` that is completed successfully while associated with an `Account`
- # will change the `Account` to this `AccountStatus`.
- # account_status_id_failure: If this is set, any `Job` using this
- # `JobType` that is completed unsuccessfully while associated with an `Account`
- # will change the `Account` to this `AccountStatus`.
- # action_on_completion: Completion ticket action.
- # action_on_failure: Failure ticket action.
- # all_companies: Whether or not this `JobType` is valid for all
- # `Companies`.
- # allow_completion_with_incomplete_tasks: Whether `Job`s
- # associated with this `JobType` should be able to be completed with incomplete
- # tasks.
- # color: Color.
- # contract_template_id: The ID of a `ContractTemplate`.
- # default_length_in_minutes: The default length for a `Job`
- # created using this `JobType`.
- # disconnection_reason_id_completion: Account Disconnection
- # Reason ID for completion
- # disconnection_reason_id_failure: Account Disconnection Reason
- # ID for failure
- # disconnects_account: If this is set, any `Job` using this
- # `JobType` that is completed successfully while associated with an `Account` will
- # trigger the disconnection of the `Account`.
- # enabled: Whether or not this is enabled.
- # icon: An icon.
- # name: A descriptive name.
- # task_template_id: The ID of a `TaskTemplate`.
- # ticket_group_id_completion: If this is set, any `Job` using
- # this `JobType` that is completed successfully will create a `Ticket` and assign
- # it to this `TicketGroup`.
- # ticket_group_id_failure: If this is set, any `Job` using this
- # `JobType` that is completed unsuccessfully will create a `Ticket` and assign it
- # to this `TicketGroup`.
- # ticket_resolution_reason_id_on_completion: The completion ID of
- # a `TicketResolutionReason`.
- # ticket_resolution_reason_id_on_failure: The failure ID of a
- # `TicketResolutionReason`.
- # ticket_status_on_completion: Ticket status on completion.
- # ticket_status_on_failure: Ticket status on failure.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- : Int64Bit,
- : ID,
- : Datetime,
- : Datetime,
- : String,
- : Int64Bit,
- : Int64Bit,
- : JobTypeAction,
- : JobTypeAction,
- : Boolean,
- : Boolean,
- : HtmlHexColor,
- : Int64Bit,
- : Int,
- : Int64Bit,
- : Int64Bit,
- : Boolean,
- : Boolean,
- : Icon,
- : String,
- : Int64Bit,
- : Int64Bit,
- : Int64Bit,
- : Int64Bit,
- : Int64Bit,
- : TicketStatus,
- : TicketStatus,
- : Paginator,
- : [Sorter],
- : [Search],
- : String,
- : [Aggregator],
- : [ReverseRelationFilter]
- ): JobTypeConnection!
- # Related categories.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # enabled: Whether or not this is enabled.
- # name: A descriptive name.
- # ticket_category_family_id: ID of the ticket category family.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- : Int64Bit,
- : ID,
- : Datetime,
- : Datetime,
- : String,
- : Boolean,
- : String,
- : Int64Bit,
- : Paginator,
- : [Sorter],
- : [Search],
- : String,
- : [Aggregator],
- : [ReverseRelationFilter]
- ): TicketCategoryConnection!
- # Category families.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # description: A human readable description.
- # enabled: Whether or not this is enabled.
- # name: A descriptive name.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- : Int64Bit,
- : ID,
- : Datetime,
- : Datetime,
- : String,
- : Text,
- : Boolean,
- : String,
- : Paginator,
- : [Sorter],
- : [Search],
- : String,
- : [Aggregator],
- : [ReverseRelationFilter]
- ): TicketCategoryFamilyConnection!
- # A log entry.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # current: Current data.
- # legacy: Whether or not this log was transferred from a Sonar v1
- # instance. If so, the formatting will not match current version logs.
- # legacy_title: A title which is only populated on logs that were
- # imported from Sonar v1.
- # level: The severity level.
- # loggable_id: The ID of the entity that this log is attached to.
- # loggable_type: The type of entity that this log is attached to.
- # logged_entity_id: The entity ID that triggered the log.
- # logged_entity_type: The entity that triggered the log.
- # message: The message.
- # previous: Previous data.
- # relation_data: Data from objects related to this change.
- # type: The type.
- # user_id: The ID of a User.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- : Int64Bit,
- : ID,
- : Datetime,
- : Datetime,
- : String,
- : Text,
- : Boolean,
- : String,
- : LogLevel,
- : Int64Bit,
- : String,
- : Int64Bit,
- : String,
- : Text,
- : Text,
- : Text,
- : LogType,
- : Int64Bit,
- : Paginator,
- : [Sorter],
- : [Search],
- : String,
- : [Aggregator],
- : [ReverseRelationFilter]
- ): LogConnection!
- # An access log history on an entity.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # access_datetime: The date and time that this entity was
- # accessed.
- # accessloggable_id: The ID of the entity that this access log
- # belongs to.
- # accessloggable_type: The entity that this access log belongs
- # to.
- # entity_id: The ID of the entity that this access log belongs
- # to.
- # entity_name: The entity that this access log belongs to.
- # user_id: The ID of the user that accessed this entity.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- : Int64Bit,
- : ID,
- : Datetime,
- : Datetime,
- : String,
- : Datetime,
- : Int64Bit,
- : String,
- : Int64Bit,
- : String,
- : Int64Bit,
- : Paginator,
- : [Sorter],
- : [Search],
- : String,
- : [Aggregator],
- : [ReverseRelationFilter]
- ): AccessLogConnection!
- }