Release Version: v.2024.03.01
Release Date: March 26, 2024
In this release:
Key Features and Enhancements
- Consolidated Data When Using Dynamic Looping
- Rapid API Integration Enhancements
- New API Type to Support Multiple Rest APIs
- Improved Integration Status When Using Fetch and Verify Data
New Integration Log in Activity Section
Feature Details
Consolidated Data When Using Dynamic Looping
Benefits
This enhancement enables users to access the consolidated data in a .csv file when they execute “Fetch data from system” using dynamic looping.
Details
When executing “Fetch data from system” using dynamic looping, IRM now consolidates all data in a .csv file and parses the data using the Key and Value pair inside the .csv file.
Sample Consolidated CSV File
Rapid API Integration Enhancements
New API Type to Support Multiple Rest APIs
Benefits
This enhancement enables you to use Rapid API in IRM to connect to a system that supports Rest API to fetch data for access requests to generate reports.
Details
A new API type called Polling APIs is added to enable you to connect a set of three APIs to find data in that system.
When you select Polling APIs under the Add New Rest API dropdown menu, the Add New Job REST API window containing three APIs will display.
The first API creates a job in that system and the output of this API is the job ID:
The second API checks the status of the job by passing the Job ID. Note that the system requires for this to be checked every so often until the status is completed for that job. Interval is set to every 15 minutes. You can set the maximum limit to run the integration. The maximum poll limit is between 1-20 and if you set it to “0,”the system automatically sets it to “1” and if it exceeds 20, it will be automatically set to 20.
An Output Condition tab is added to the 2nd API, where you can add one or more conditions and set the Third Party attributes to be equal to IRM Attributes.
The third REST API fetches the results of this job and then the system adds the output to the request.
Improved Integration Status When Using Fetch and Verify Data
Benefits
This improves the integration status displayed when no data is found while fetching data from the Third Party system.
Details
When you select either “Fetch data from system” or “Verify DSR data in systems” API usage, and there is no data found while fetching data from the Third Party system, IRM now adds a comment in the Comment tab that states “No records found,” instead of adding an empty CSV file with “A new data was fetched” comment.
New Integration Log in Activity Section
Benefits
This enhancement enables you to view the integration log inside the request.
Details
A new Integration Log tab is added to the Activity section. With this enhancement, you can now easily track the integration status of the system associated with the request. The system automatically updates the logs every time you execute the integration run time associated with the request.