Platform: Setup TIQ Programs

Number of APIs: 7

For specifications and other details: developer.rms.com

  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)

This collection provides sample to create program set, programs and append program data via platform apis

  1. Get Groups assigned to the API Key / User GET https://{{HOST}}/platform/security/v1/groups?username={{API_KEY_NAME}}

  2. Create a new program set POST https://{{HOST}}/platform/riskdata/v1/programsets

  3. Create a new program POST https://{{HOST}}/platform/riskdata/v1/programsets/{{program_set_id}}/programs

  4. Get Analyses GET https://{{HOST}}/platform/riskdata/v1/analyses?filter=exposureResourceTypeId=8017 AND analysisType="Exceedance Probability"

  5. Bulk Create Risk Sources POST https://{{HOST}}/platform/riskdata/v1/risksources/bulk-create

  6. Patch Program - Add Treaty Attributes PATCH https://{{HOST}}/platform/riskdata/v1/programs/{{program_id}}

  7. Get Program By Id GET https://{{HOST}}/platform/riskdata/v1/programs/{{program_id}}