In order to integrate Unifier with other third party software seamlessly, Unifier will store the relevant events in the database and provide an integration end point making those events available to the external program.
All of the information that is captured within the Event Notifications log, about each event, will be be available by way of a REST API: 'GET' (GET /ws/rest/service/v1/event/notification). This API will help you to get all of the notification events by using the available filter parameters.
The following data can be pulled about any event:
# | Attribute name/label in Unifier | JSON label |
|---|---|---|
1 | project_id | project_id |
2 | object_prefix | object_prefix |
3 | Shell Number | shell_number |
4 | Shell Name | shell_name |
5 | Object Type | object_type |
6 | Object Sub-Type | object_subtype |
7 | Object Name | object_name |
8 | Record Number | record_no |
9 | Event Date | event_date |
10 | WF Step From WF type BPs only | workflow_from |
11 | WF Step To WF type BPs only | workflow_to |
12 | WF Action Name WF type BPs only | workflow_action |
13 | Old Status | old_status |
14 | New Status | new_status |