• AttachmentActivityType

    This enum represents the four different kinds of attachment activity that warrant an audit item. upload Indicating that a document was uploaded to a list on a template, work item, dashboard, or presentation. download Indicating that a document was downloaded. remove Indicating that a document was removed from a list but not deleted…

  • Viewable

    Represents shared fields for objects that can be viewed and audited. Implemented by Dashboard Presentation Report WorkItem Fields id (ID!) The identifier for a viewable object. Note that this id is not globally unique. For example, for work items, it is only unique among items sharing the same template. name (String) The name given…

  • TemplateAttribute

    This interface is implemented by concrete types representing the types of attributes that can be configured on a template. Implemented by BooleanAttribute DateAttribute MetricAttribute NumberAttribute PickListAttribute TextAttribute UrlAttribute Fields apiName (String!) The api name for this attribute. The api name uniquely identifies this attribute within its template, and it can be…

  • Participant

    Represents a person or placeholder that can be assigned to and view work items. Implemented by OpenResource User Fields name (String!) The full name of the participant.

  • WorkItemDeleteResponse

    This object exposes data about a work item that was deleted via a mutation. Fields deleteCount (Int!) The total number of items deleted (including descendant work items).

  • WorkItem

    This type represents a single “work item” in Shibumi. Items for all templates are represented by this single GraphQL type. It allows access to fields and metrics on the item, as well as navigation to ancestor, descendant, and associated items. Work items can only be fetched by users with the…

  • UserDomainSafelistAudit

    This object represents a single change to an enterprise’s user safelist. See userDomainSafelistAudit for more details. Either the patternAdded or patternRemoved field will be set, depending on which action occurred. Fields patternAdded (String) The pattern that was added. patternRemoved (String) The pattern that was removed. timestamp (String!) The time the event occurred. See Date Values for more…

  • User

    This object represents a Shibumi user. All of the following are valid Shibumi users: Users who registered via the signup page Users who registered by signing in via SSO Pending users who have been invited to an enterprise, but have not yet signed up Implements Participant Fields name (String!) The user’s…

  • UrlAttribute

    Template attributes of this type represent urls. Implements TemplateAttribute Fields apiName (String!) The api name for this attribute. The api name uniquely identifies this attribute within its template, and it can be used to refer to the attribute from expressions. name (String) The human-readable name of the attribute. This may not be…

  • TextAttribute

    Template attributes of this type represent text values. Implements TemplateAttribute Fields apiName (String!) The api name for this attribute. The api name uniquely identifies this attribute within its template, and it can be used to refer to the attribute from expressions. name (String) The human-readable name of the attribute. This may not…