Platform: Setup TIQ Programs
Number of APIs: 7
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 collection provides sample to create program set, programs and append program data via platform apis
-
Get Groups assigned to the API Key / User GET https://{{HOST}}/platform/security/v1/groups?username={{API_KEY_NAME}}
-
Create a new program set POST https://{{HOST}}/platform/riskdata/v1/programsets
-
Create a new program POST https://{{HOST}}/platform/riskdata/v1/programsets/{{program_set_id}}/programs
-
Get Analyses GET https://{{HOST}}/platform/riskdata/v1/analyses?filter=exposureResourceTypeId=8017 AND analysisType="Exceedance Probability"
-
Bulk Create Risk Sources POST https://{{HOST}}/platform/riskdata/v1/risksources/bulk-create
-
Patch Program - Add Treaty Attributes PATCH https://{{HOST}}/platform/riskdata/v1/programs/{{program_id}}
-
Get Program By Id GET https://{{HOST}}/platform/riskdata/v1/programs/{{program_id}}