Platform: EIQ - MRI, Accumulation & Export
Number of APIs: 13
For specifications and other details: developer.rms.com
About the collection:
This is a sample collection for one of the key flows of EIQ, to import MRI files into a portfolio, run accumulation on the portfolio and export the accumulation results as RDM (BAK / MDF) file.
Quick Start: https://developer.rms.com/platform/docs/get-started
Auth Guides: https://developer.rms.com/platform/docs/authentication-and-authorization
All variables in UPPER_CASE must be declared by user
All variables in lower_case are automatically produced when the flow is executed step by step (in order)
-
Create Import Folder POST https://{{HOST}}/platform/import/v1/folders
-
Upload Accounts File to S3 (AWS API) PUT {{s3_account_uploadUrl}}
-
Upload Locations File to S3 (AWS API) PUT {{s3_location_uploadUrl}}
-
Retrieve ExposureIQ Resource Group (for quota) GET https://{{HOST}}/platform/tenantdata/v1/entitlements/{{ENTITLEMENT_NAME}}/resourcegroups
-
List / Search Exposures (EDMs) GET https://{{HOST}}/platform/riskdata/v1/exposures?filter=exposureName="{{EDM_NAME}}"
-
List / Search Portfolios GET https://{{HOST}}/platform/riskdata/v1/exposures/{{exposure_id}}/portfolios?filter=portfolioName="{{PORTFOLIO_NAME}}"
-
Create and Run Import Job POST https://{{HOST}}/platform/import/v1/jobs
-
Get Import Job Status GET {{import_job_url}}
-
List / Search Accumulation Profiles GET https://{{HOST}}/platform/accumulation/v1/profiles?filter=profileName="{{PROFILE_NAME}}"
-
Create and Run Accumulation Job POST https://{{HOST}}/platform/accumulation/v1/jobs