Search reports

Returns list of UnderwriteIQ exposure summary reports.

An exposure summary report report shows a peril-specific overview of an exposure's total insurable value (TIV). This report is available for accounts, portfolios, and analyses.

🍐

Entitlements

To run this operation the client must belong to a tenant that has been assigned the RI-UNDERWRITEIQ entitlement.

This operation accepts query parameters that enable you to filter the reports returned by datasource, exposureType, and exposureId.

Query Params
int32
≥ 1

ID number of exposure.

string
required

Type of exposure, e.g. ACCOUNT, PORTFOLIO.

string
required

Name of EDM.

string

Filters query results by evaluating the value of expressions. Supports four types of operators:

  • Comparison: q=[attribute][comparison operator][value] e.g. id=100, id!=100, id>100
  • Logical: q=[expression][logical operator][expression] e.g. id=100 AND name="xyz" , id=100 OR type="abc"
  • List: q=[attribute][list operator][values list] e.g. id IN (1,2,3], name NOT IN ("abc","xyz")
  • Matching: q=[attribute][comparison operator][pattern], e.g. name LIKE "abc " , type NOT LIKE " xyz* "
    To learn more, see Filter Exposure Data.
string

Specify ASC to display the results in alphabetical or numerical ascending order or DESC to display the results in descending order.

int32

Number of records returned.

int32

Number of records offset before the first record returned. By default, 0.

Responses

Response body
object
int64
searchItems
array of objects
searchItems
object
int64
string
string
string

Timestamp in ISO 8601 format, i.e. YYYY-MM-DDThh:mm:ss.sss

int32
string

PORTFOLIO ACCOUNT LOCATION POLICY STEP_POLICY TREATY AGGPORTFOLIO

metricTypes
array of strings
metricTypes
string
string

Language
Credentials
URL