Improvements Add-on API reference

Before you begin

Event Triggers

The following events in the Improvements add-on The Improvements Add-on enables you to report and manage incidents. 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.

Incident

The Incident endpoint provides an incident summary for the latest status recorded in Nintex Process Manager.

Response

Example

<Reporting API URL>/Incident

IncidentHistorical

The IncidentHistorical endpoint provides a historical incident summary for all statuses recorded in Nintex Process Manager.

Response

Example

<Reporting API URL>/IncidentHistorical

IncidentField

The IncidentField endpoint provides a summary of the Incident fields for the latest update.

Response

Example

<Reporting API URL/odata/IncidentField?$filter=FieldValue eq 'Leg'

IncidentFieldHistorical

The IncidentFieldHistorical endpoint provides a historical summary of the Incident fields for all updates.

Response

Example

<Reporting API URL>/odata/IncidentFieldHistorical?$filter=FieldValue eq 'Leg'

IncidentInvestigation

The IncidentInvestigation endpoint provides an incident summary of the latest findings recorded in Nintex Process Manager.

Response

Example

<Reporting API URL>/IncidentInvestigation/39

IncidentInvestigationHistorical

The IncidentInvestigationHistorical endpoint provides a historical incident summary for all findings recorded in Nintex Process Manager.

Response

Example

<Reporting API URL>/odata/IncidentInvestigationHistorical/a5424350-fe0a-4af0-ad1c-03243129cbd5

IncidentAction

The IncidentAction endpoint provides an incident summary for the latest action types recorded in Nintex Process Manager.

Response

Example

<Reporting API URL>/IncidentAction?$filter=ActionType eq 'Change Process' and Owner eq 'User 1'

IncidentActionHistorical

The lncidentActionHistorical endpoint provides a historical incident summary for all action types recorded in Nintex Process Manager.

Response

Example

<Reporting API URL>/IncidentActionHistorical?$filter=ActionType eq 'Change Process' and Owner eq 'User 1'

IncidentActionPlan

The IncidentActionPlan endpoint provides an incident summary for the latest action plans recorded in Nintex Process Manager.

Response

Example

<Reporting API URL>/IncidentActionPlan?$filter=State eq 'Submitted'

IncidentActionPlanHistorical

The IncidentActionPlanHistorical endpoint provides a historical incident summary for all action plans recorded in Nintex Process Manager.

Response

Example

<Reporting API URL>/IncidentActionPlanHistorical?$filter=State eq 'Submitted' and EventType eq 'incidentactionplanupdated'