OBJECT
Dispatch
link GraphQL Schema definition
- type Dispatch {
- String! :
- Uuid :
- Uuid :
- String :
- # Dispatch author (user id)
- Uuid :
- # Dispatch account (if present)
- Uuid :
- # Dispatch swimlane (if present)
- Uuid :
- String :
- String :
- String :
- Uuid :
- Uuid :
- # Dispatch calendar date
- LocalDate :
- DateTime! :
- DateTime! :
- # Enumeration of: default, hold, complete, started, confirm, entry, answer
- String :
- String :
- DateTime :
- DateTime :
- # Dispatch channel id for comments
- Uuid :
- # Tracker display for the body
- String :
- # Tracker display for the header
- String :
- # Tracker expression
- String :
- # Author name
- String :
- # User or swimlane name
- String :
- # Username for recipient
- String :
- # Username for author
- String :
- # Dispatch JSON data as flat string
- String :
- # Body
- String :
- # Body (as content blocks)
- String :
- # Dispatch comments (deprecated)
- Comment!]! : [
- # Dispatch actions
- Action!]! : [
- # File attachments
- Attachment!]! : [
- # Org scoped external unique id for entry
- String :
- # Shared batch id
- String :
- # Tracker name
- String :
- # DEPRECATED
- String :
- # Tracker handle
- String :
- # Tracker display name
- String :
- # Tracker handle group
- String :
- # Swimlane handle
- String :
- # Tracker configuration
- String :
- # Swimlane configuration
- String :
- # Org title of the user
- String :
- # Global title of the user
- String :
- # Program status when created
- String :
- # Program id when created
- Uuid :
- # Linked dispatch
- Uuid :
- # Linked tracker configured
- Uuid :
- # Dispatch labels as flat string pipe separated
- String :
- # Dispatch hashtags as flat string pipe separated
- String :
- # Security level = org (default) | public | private | admin
- String :
- # User location info (admin only)
- String :
- # User location info (admin only)
- String :
- # User location info (admin only)
- String :
- # User location info (admin only)
- String :
- # Status: active|draft
- String :
- # Geolocation unique identifier
- String :
- # Author geolocation when posting unique identifier
- String :
- # Comment count
- Long :
- # Prior change details
- String :
- # Recurring dispatch id
- Uuid :
- # Meta info
- String :
- }