Process health API reference

Before you begin

Event Triggers

The following process health events will trigger data updates to the Reporting API. You can use the Refresh option in the OData client application to view the latest data updates from your Nintex Process Manager site. The Reporting API data is not updated in real-time and it may take up to 24 hours for changes made in your site to be reflected in the data available.

Note: All dates are in the UTC timezone.

Note: Process group data is not updated in real time. It could take up to 24 hours for changes made on your site to be reflected in the data available through the Reporting API.

Processes

The Processes endpoint provides a summary of data on the latest status of all processes.

Response

Example

<Reporting API URL>/Processes

ProcessGroups

The ProcessGroups endpoint provides a summary of data on the latest status of all process groups.

Response

Example

<Reporting API URL>/ProcessGroups

ProcessGroupsHistorical

The ProcessGroupsHistorical endpoint provides a summary of historical data for all process groups.

Response

Note: The aggregate totals (for published processes, unpublished processes, out of date processes, up to date processes, and total processes) are for the past 7 days.

Example

<Reporting API URL>/ProcessGroupsHistorical

ProcessHistorical

The ProcessHistorical endpoint provides a summary of historical data for all processes.

Response

Example

<Reporting API URL>/ProcessesHistorical

ProcessReviews

The ProcessReviews endpoint provides a summary of data on the latest status of process reviews.

Note: Data for the ProcessReviews and ProcessReviewsHistorical endpoints include data for archived processes.

Response

Example

<Reporting API URL>/ProcessReviews

ProcessReviewsHistorical

The ProcessReviewsHistorical endpoint provides a summary of historical data for process reviews.

Response

Note: Data for the ProcessReviews and ProcessReviewsHistorical endpoints include data for archived processes.

Example

<Reporting API URL>/ProcessReviewsHistorical

ProcessViews

The ProcessViews endpoint provides a summary of process views.

The following actions cause an entry in the Process Views log:

  • Opening the process (by a minimode link, by clicking View on the dashboard, or by the editing process).

  • Clicking the Seen It button on the dashboard. This causes SeenItView = True for the entry.

  • System changes to the process followed by the system opening the process. This causes SystemView = True for the entry.

Response

Note: The processviews endpoint displays data available from the time the API has been connected to your Nintex Process Manager tenant.

Example

<Reporting API URL>/ProcessViews