1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- fragment ticketAttributes on Ticket {
- id
- internalId
- number
- title
- createdAt
- escalationAt
- updatedAt
- updatedBy {
- id
- }
- pendingTime
- owner {
- id
- internalId
- firstname
- lastname
- }
- customer {
- id
- internalId
- firstname
- lastname
- fullname
- phone
- mobile
- image
- vip
- active
- outOfOffice
- outOfOfficeStartAt
- outOfOfficeEndAt
- email
- organization {
- id
- internalId
- name
- active
- objectAttributeValues {
- ...objectAttributeValues
- }
- }
- hasSecondaryOrganizations
- policy {
- update
- }
- }
- organization {
- id
- internalId
- name
- vip
- active
- }
- state {
- id
- name
- stateType {
- id
- name
- }
- }
- group {
- id
- name
- emailAddress {
- name
- emailAddress
- }
- }
- priority {
- id
- name
- defaultCreate
- uiColor
- }
- objectAttributeValues {
- ...objectAttributeValues
- }
- policy {
- update
- agentReadAccess
- }
- tags
- timeUnit
- timeUnitsPerType {
- name
- timeUnit
- }
- subscribed
- preferences
- stateColorCode
- sharedDraftZoomId
- firstResponseEscalationAt
- closeEscalationAt
- updateEscalationAt
- initialChannel
- }
|