OBJECT
Query
link GraphQL Schema definition
- type Query {
- # Statistics query interface
- #
- # Arguments
- # org: Org id for the query
- # query: [Not documented]
- (: Uuid!, : String!): StatisticsResults!
- # Arguments
- # org: Org id for the query
- # query: User query
- # first: How many records
- # after: after cursor
- # status: status
- (: Uuid!, : String!, : Int, : String, : String): UserList!
- # Arguments
- # org: Org id for the query
- # query: Dispatch query
- # first: How many records
- # after: after cursor
- # contextUser: Context user
- (
- : Uuid!,
- : String!,
- : Int,
- : String,
- : String
- ): DispatchList!
- # Arguments
- # org: Org id for the query
- # email: Email to search with (exact)
- # externalId: External id associated (exact)
- # mobile: Mobile number (partial match)
- # name: Name (partial match, last name only)
- (
- : Uuid,
- : String,
- : String,
- : String,
- : String
- ): [UserSearch!]!
- # Arguments
- # org: Org id for the query
- # query: empty for all or id:
, @ for specific - (: Uuid!, : String): [Group!]!
- # Arguments
- # org: Org id for the query
- # query: empty for all or id:
, @ for specific - (: Uuid!, : String): [Swimlane!]!
- # Arguments
- # org: Org id for the query
- # query: handle:handle | id:uuid | given [id, handles] |
- #
: | classification: | folder: - (: Uuid!, : String): [Layout!]!
- # Arguments
- # org: Org id for the query
- # query: handle:handle | id:uuid | given [id, handles] |
- #
: | classification: | folder: - (: Uuid!, : String): [LayoutClassification!]!
- # Arguments
- # org: Org id for the query
- # query: empty for all or id:
, @ for specific - # first: How many records
- # after: after cursor
- (: Uuid!, : String, : Int, : String): AuditRecordList!
- # Arguments
- # org: Org id for the query
- (: Uuid!): [LinkA!]!
- # Arguments
- # org: Org id for the query
- # entityList: Security relations to return by kind (swimlane,
- # channel, invite, layout, wiki, tracker, group, script)
- (: Uuid!, : [String!]!): [LinkA!]!
- # Arguments
- # org: Org id for the query
- # entity: Entity
- # entityId: Entity id
- (: Uuid!, : String!, : Uuid!): [LinkA!]!
- # Arguments
- # org: Org id for the query
- # query: empty for all or id:
, @ for specific - (: Uuid!, : String): [Integration!]!
- # Arguments
- # org: Org id for the query
- # query: empty for all or id:
, @ for specific - (: Uuid!, : String): [Tracker!]!
- # Arguments
- # org: Org id for the query
- # query: empty for all or id:
, @ for specific - (: Uuid!, : String): [ChannelA!]!
- # Arguments
- # org: Org id for the query
- # channelId: Channel to query
- # first: Number of records to return
- # after: Return records after this index
- (: Uuid!, : Uuid!, : Int, : String): ChannelUserList!
- # Arguments
- # org: Org id for the query
- # query: empty for all or id:
, @ for specific - (: Uuid!, : String): [Schema!]!
- # Arguments
- # org: Org id for the query
- # query: empty for all or id:
, @ for specific - (: Uuid!, : String): [Script!]!
- # Arguments
- # org: Org id for the query
- # query: empty for all or id:
, @ for specific - (: Uuid!, : String): [Page!]!
- # Arguments
- # org: Org id for the query
- # query: empty for all or id:
, @ for specific - (: Uuid!, : String): [NotificationA!]!
- # Arguments
- # org: Org id for the query
- # query: empty for all or id:
, @ for specific - (: Uuid!, : String): [Invite!]!
- # Arguments
- # org: Org id for the query
- # query: empty for all or id:
, @ for specific - (: Uuid!, : String): [Label!]!
- # Arguments
- # org: Org id for the query
- # query: empty for all or id:
, @ for specific - (: Uuid!, : String): [PaymentMethod!]!
- # Arguments
- # org: Org id for the query
- # query: empty for all or id:
, @ for specific - (: Uuid!, : String): [Job!]!
- # Arguments
- # org: Org id for the query
- (: Uuid!): OrgA
- # Arguments
- # org: Org id for the query
- # forOrgId: [Not documented]
- (: Uuid!, : Uuid): OrgStats
- # Arguments
- # org: Org id for the query
- # entity: [Not documented]
- # from: [Not documented]
- # until: [Not documented]
- # userId: [Not documented]
- # forOrgId: [Not documented]
- (
- : Uuid!,
- : String!,
- : LocalDate!,
- : LocalDate!,
- : Uuid,
- : Uuid
- ): [DataPoint!]!
- # Arguments
- # org: Org id for the query
- (: Uuid!): [OrgA!]!
- # Arguments
- # org: Org id for the query
- # scriptId: Script to query
- # first: Number of records to return
- # after: Return records after this index
- (: Uuid!, : Uuid, : Int!, : String): ScriptResultLogList!
- # Arguments
- # org: Org id for the query
- # groupId: [Not documented]
- # userId: [Not documented]
- (: Uuid!, : Uuid, : Uuid): [GroupUser!]!
- # Arguments
- # org: Org id for the query
- # labelId: [Not documented]
- # userId: [Not documented]
- (: Uuid!, : Uuid, : Uuid): [LabelUser!]!
- # Arguments
- # org: Org id for the query
- # id: Option api id to query
- (: Uuid!, : Uuid): [ApiKey!]!
- # Arguments
- # org: Org id for the query
- (: Uuid!): [ConditionA!]!
- # Arguments
- # org: Org id for the query
- # query: empty for all or id:
, @ for specific - (: Uuid!, : String): [DispatchCluster!]!
- # Arguments
- # org: Org id for the query
- # query: empty for all or id:
, @ for specific - (: Uuid!, : String): [Export!]!
- # Arguments
- # org: Org id for the query
- # query: empty for all or id:
, @ for specific - (: Uuid!, : String): [ProgramKind!]!
- # Arguments
- # org: Org id for the query
- # query: empty for all or id:
, @ for specific - (: Uuid!, : String): [Program!]!
- # Arguments
- # org: Org id for the query
- # query: empty for all or id:
, @ for specific - (: Uuid!, : String): [ProgramInfo!]!
- # Arguments
- # org: Org id for the query
- # query: empty for all or id:
, @ for specific - (: Uuid!, : String): [ProgramInfo!]!
- # Arguments
- # org: Org id for the query
- # userId: [Not documented]
- # programId: [Not documented]
- (: Uuid!, : Uuid, : Uuid): [ProgramUser!]!
- # Id from a handle
- #
- # Arguments
- # org: Org id for the query
- # entity: group|tracker|script|swimlane
- # handle: [Not documented]
- (: Uuid!, : String!, : String!): EntityQuery
- # Handle from id
- #
- # Arguments
- # org: Org id for the query
- # entity: group|tracker|script|swimlane
- # id: [Not documented]
- (: Uuid!, : String!, : Uuid!): EntityQuery
- # Find attachments by id or by entity type
- #
- # Arguments
- # org: Org id for the query
- # entityId: [Not documented]
- # entityType: [Not documented]
- (: Uuid!, : Uuid, : String): [AttachmentRelation!]!
- # List program cohorts
- #
- # Arguments
- # org: Org id for the query
- # programId: [Not documented]
- (: Uuid!, : Uuid!): [ProgramCohort!]!
- # Query data store
- #
- # Arguments
- # org: Org id for the query
- # query: [Not documented]
- (: Uuid!, : String!): DataStoreList!
- # Query managed channels
- #
- # Arguments
- # org: Org id for the query
- # query: [Not documented]
- (: Uuid!, : String): [ManagedChannel!]!
- # User devices
- #
- # Arguments
- # org: Org id for the query
- # userId: [Not documented]
- (: Uuid!, : Uuid!): [UserDeviceA!]!
- # Layout History
- #
- # Arguments
- # org: Org id for the query
- # layoutId: [Not documented]
- # first: [Not documented]
- # after: [Not documented]
- # historyId: [Not documented]
- (
- : Uuid!,
- : Uuid!,
- : Int!,
- : String,
- : Uuid
- ): LayoutHistoryList!
- # Member events
- #
- # Arguments
- # org: Org id for the query
- # userId: [Not documented]
- (: Uuid!, : Uuid!): [MemberEvent!]!
- # List program tickets
- #
- # Arguments
- # org: Org id for the query
- # userId: [Not documented]
- # programKindId: [Not documented]
- # externalId: [Not documented]
- (
- : Uuid!,
- : Uuid,
- : Uuid,
- : String
- ): [ProgramTicket!]!
- # Search program tickets
- #
- # Arguments
- # org: Org id for the query
- # state: [Not documented]
- (: Uuid!, : String): [ProgramTicket!]!
- # Workflow rules
- #
- # Arguments
- # org: Org id for the query
- # query: [Not documented]
- (: Uuid!, : String): [Rule!]!
- # Resource
- #
- # Arguments
- # org: Org id for the query
- # query: [Not documented]
- (: Uuid!, : String): [Resource!]!
- # Resource availability
- #
- # Arguments
- # org: Org id for the query
- # id: [Not documented]
- (: Uuid!, : Uuid!): [ResourceAvailability!]!
- # Behavior triggers
- #
- # Arguments
- # org: Org id for the query
- # query: [Not documented]
- (: Uuid!, : String): [BehaviorTrigger!]!
- # Active video rooms
- #
- # Arguments
- # org: Org id for the query
- # query: [Not documented]
- (: Uuid!, : String): [MeetingRoom!]!
- # Packet query
- #
- # Arguments
- # org: Org id for the query
- # channel: [Not documented]
- # first: [Not documented]
- # after: [Not documented]
- # status: [Not documented]
- (: Uuid!, : Uuid!, : Int, : String, : String): PacketList!
- # Query specific packet
- #
- # Arguments
- # org: Org id for the query
- # packetId: [Not documented]
- # status: [Not documented]
- (: Uuid!, : String!, : String): Packet
- # Droplet query
- #
- # Arguments
- # org: Org id for the query
- # query: [Not documented]
- (: Uuid!, : String): [DataDroplet!]!
- # Droplet entry query
- #
- # Arguments
- # org: Org id for the query
- # droplet: [Not documented]
- # query: [Not documented]
- (: Uuid!, : Uuid!, : String): [DataDropletEntry!]!
- # Schema history
- #
- # Arguments
- # org: Org id for the query
- # entity: [Not documented]
- # id: [Not documented]
- # first: [Not documented]
- # after: [Not documented]
- (
- : Uuid!,
- : String!,
- : Uuid!,
- : Int!,
- : String
- ): DataSchemaHistoryList!
- # Channel query
- #
- # Arguments
- # org: Org id for the query
- # query: [Not documented]
- (: Uuid!, : String!): ChannelInfoList!
- # Channel query
- #
- # Arguments
- # org: Org id for the query
- # query: [Not documented]
- # first: [Not documented]
- # after: [Not documented]
- (: Uuid!, : String!, : Int!, : String): QueryClipList!
- # Environment variable query
- #
- # Arguments
- # org: Org id for the query
- # query: [Not documented]
- (: Uuid!, : String): [EnvironmentVariable!]!
- # Query activity metrics for the org
- #
- # Arguments
- # org: Org id for the query
- # query: [Not documented]
- (: Uuid!, : String!): ActivityResult!
- # Query flagged content
- #
- # Arguments
- # org: Org id for the query
- # query: [Not documented]
- # first: [Not documented]
- # after: [Not documented]
- (: Uuid!, : String, : Int!, : String): FlaggedContentList!
- # Query swimlane cohort relationships
- #
- # Arguments
- # org: Org id for the query
- # cohortId: [Not documented]
- # swimlaneId: [Not documented]
- (: Uuid!, : Uuid, : Uuid): [SwimlaneCohort!]!
- # User participation status history query for a specific program
- #
- # Arguments
- # org: Org id for the query
- # userId: [Not documented]
- # programId: [Not documented]
- (
- : Uuid!,
- : Uuid!,
- : Uuid!
- ): [ParticipationHistory!]!
- # Inbox list for a specific user
- #
- # Arguments
- # org: Org id for the query
- # query: [Not documented]
- # first: [Not documented]
- # after: [Not documented]
- (: Uuid!, : String!, : Int!, : String): InboxEntryList!
- # List user's payment identities for the org
- #
- # Arguments
- # org: Org id for the query
- # userId: [Not documented]
- # kind: [Not documented]
- # status: [Not documented]
- (
- : Uuid!,
- : Uuid!,
- : String,
- : String
- ): [UserPaymentIdentity!]!
- # List user's subscriptions
- #
- # Arguments
- # org: Org id for the query
- # userId: [Not documented]
- (: Uuid!, : Uuid!): [UserPaymentSubscription!]!
- # List user's payment accounts
- #
- # Arguments
- # org: Org id for the query
- # userId: [Not documented]
- # accountId: [Not documented]
- (: Uuid!, : Uuid, : Uuid): [PaymentAccount!]!
- # Account list
- #
- # Arguments
- # org: Org id for the query
- # query: [Not documented]
- # first: [Not documented]
- # after: [Not documented]
- (: Uuid!, : String, : Int!, : String): AccountList!
- # Account user list
- #
- # Arguments
- # org: Org id for the query
- # accountId: [Not documented]
- # query: [Not documented]
- # first: [Not documented]
- # after: [Not documented]
- (
- : Uuid!,
- : Uuid!,
- : String,
- : Int!,
- : String
- ): AccountUserList!
- # Program history
- #
- # Arguments
- # org: Org id for the query
- # id: [Not documented]
- # first: [Not documented]
- # after: [Not documented]
- (: Uuid!, : Uuid!, : Int!, : String): ProgramKindHistoryList!
- # Org validations
- #
- # Arguments
- # org: Org id for the query
- (: Uuid!): [Validation!]!
- # Query buckets
- #
- # Arguments
- # org: Org id for the query
- # query: [Not documented]
- # first: [Not documented]
- # after: [Not documented]
- (: Uuid!, : String!, : Int!, : String): BucketList!
- # Query document edit history for various entity types
- #
- # Arguments
- # org: Org id for the query
- # kind: Document kind: script|workflow|org|wiki
- # query: [Not documented]
- # first: [Not documented]
- # after: [Not documented]
- (
- : Uuid!,
- : String!,
- : String,
- : Int!,
- : String
- ): DocumentHistoryList!
- # Entity folder query
- #
- # Arguments
- # org: Org id for the query
- # kind: Entity kind
- (: Uuid!, : String): [EntityFolder!]!
- # Publisher configuration
- #
- # Arguments
- # org: Org id for the query
- (: Uuid!): ConfigurationPublisher
- # Publisher configuration
- #
- # Arguments
- # org: Org id for the query
- (: Uuid!): [ConfigurationConnection!]!
- # Subscriber configuration
- #
- # Arguments
- # org: Org id for the query
- (: Uuid!): ConfigurationSubscriber
- # Subscriber configuration transformations
- #
- # Arguments
- # org: Org id for the query
- (: Uuid!): [ConfigurationTransform!]!
- # Integration authorizations
- #
- # Arguments
- # org: Org id for the query
- # userId: User id
- (: Uuid!, : Uuid!): [IntegrationAuthStatus!]!
- }
link Require by
This element is not required by anyone