RiskModeler - Interpolate HD EP for Custom Return Period
Number of APIs: 3
For specifications and other details: developer.rms.com
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)
This sample collection allows:
1. To search by analysis name and/or engine (HD)
2. Retrieves EP for predefined return periods
3. Interpolates the EP values for a custom return period
-
Retrieve Specific Analysis by Engine and Name GET https://{{RMS_API_HOST}}/riskmodeler/v2/analyses?limit=200&q=engineName IN (105) AND name="{{ANALYSIS_NAME}}"
-
Retrieve EP GET https://{{RMS_API_HOST}}/riskmodeler/v2/analyses/{{analysis_id}}/ep?perspective=GR&exposureId={{exposure_id}}&exposureType={{exposure_type}}
-
Interpolate EP GET https://{{RMS_API_HOST}}/riskmodeler/v2/analyses/{{analysis_id}}/ep/interpolate?perspective=GR&exposureId={{exposure_id}}&exposureType={{exposure_type}}&key=RETURNPERIOD&value=7