• logins

    This query allows administrators to access login times for all users they manage. All of the following are included: Successful logins via the Shibumi login page Failed logins via the Shibumi login page Successful logins via SSO Note that in Shibumi, a single user can have access to multiple enterprises….

  • itemViews

    This query allows administrators to track user’s views of items in Shibumi. The following actions count as a view: Viewing a dashboard Viewing any slide of a presentation Viewing any tab of a work item The following actions do not count as views: Viewing work item data as part of…

  • invitations

    This query allows administrators to understand how users were added to their enterprise. In Shibumi, users are commonly added by inviting them to a work item. When a user is invited, they receive an email that allows them to create a new Shibumi account, and view the work item they…

  • fiscalYearEndDate

    This query allows administrators access to the fiscal year end date for the enterprise. This query is only accessible to enterprise administrators. The result is returned as a formatted string in standard ISO-8601 format (yyyy-MM-DD). Note that the fiscal year start date is computed internally as one day following the…

  • csvExportAuditActivity

    This query allows administrators to access all CSV export activity in this enterprise from Shibumi list and view sections. This query is only accessible to Shibumi enterprise administrators. Other users will receive an error when attempting to run this query. Results are sorted by the time at which the activity…

  • chartColors

    This query allows administrators access to the defined enterprise chart colors. This query is only accessible to enterprise administrators. Results are sorted by each colors precedence: i.e.: the first color will correspond to the first series in a chart, etc. Results will be returned as a list of hex codes….

  • attachmentActivity

    This query allows administrators to access all attachment activity (uploads, downloads, removals, and deletions) within their enterprise. This query is only accessible to Shibumi enterprise administrators. Other users will receive an error when attempting to run this query. Results are sorted by the time at which the activity took place,…

  • apps

    This query allows users to fetch information tied to specific apps. This includes information about the apps’ template structure, as well as items created within the app. Query apps ([App!]!) Query information about all apps.

  • app

    This query allows users to fetch information tied to a specific app. See apps for more information. This query returns null if the specified app cannot be found. Query app (App) Query information about a specific app. Argument Type Description apiName String! Fetch information about the app with this api name.

  • GraphQL API Overview

    Shibumi exposes create, read, update, and delete capabilities through its GraphQL API.GraphQL is a standard for communicating between a client and a server via HTTP, with goals similar to REST. Unlike REST, however, GraphQL exposes a rich language clients can use to describe the data they’re fetching. The structure of…