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

  1. All variables in UPPER_CASE must be declared by user

  2. All variables in lower_case are automatically produced when the flow is executed step by step (in order)

  1. Create Import Folder POST https://{{HOST}}/platform/import/v1/folders

  2. Upload Accounts File to S3 (AWS API) PUT {{s3_account_uploadUrl}}

  3. Upload Locations File to S3 (AWS API) PUT {{s3_location_uploadUrl}}

  4. Retrieve ExposureIQ Resource Group (for quota) GET https://{{HOST}}/platform/tenantdata/v1/entitlements/{{ENTITLEMENT_NAME}}/resourcegroups

  5. List / Search Exposures (EDMs) GET https://{{HOST}}/platform/riskdata/v1/exposures?filter=exposureName="{{EDM_NAME}}"

  6. List / Search Portfolios GET https://{{HOST}}/platform/riskdata/v1/exposures/{{exposure_id}}/portfolios?filter=portfolioName="{{PORTFOLIO_NAME}}"

  7. Create and Run Import Job POST https://{{HOST}}/platform/import/v1/jobs

  8. Get Import Job Status GET {{import_job_url}}

  9. List / Search Accumulation Profiles GET https://{{HOST}}/platform/accumulation/v1/profiles?filter=profileName="{{PROFILE_NAME}}"

  10. Create and Run Accumulation Job POST https://{{HOST}}/platform/accumulation/v1/jobs