Search report views

Returns a list of report views.

A report view is a collection of reports that return exposure-specific metrics and statistics. The report view is generated automatically whenever an UnderwriteIQ client creates exposures in batch using the Exposure Bulk Edit operation.

For detailed information about UnderwriteIQ reports, see UnderwriteIQ User Guide.

📷

Entitlement

This operation supports an UnderwriteIQ workflow and requires that client is assigned the RI-UNDERWRITEIQ entitlement.

Query Params
int64
required
≥ 1

ID for exposure

string

Query string to select response data based on property values.

PropertyComparisonList
reportViewId= != > < >= <=IN NOT IN
reportViewName= != LIKE NOT LIKEIN NOT IN
createdAt= != > < >= <=
createdBy= != LIKE NOT LIKEIN NOT IN
exposureResourceId= != > < >= <=IN NOT IN
exposureResourceTypeId= != > < >= <=IN NOT IN
metricTypes=IN

This parameter also supports logical operators (AND, OR) for defining compound expressions. See Filtering Responses.

string

Comma-delimited list of properties. Sort order defined by one of ASC (ascending) or DESC (descending).

Supported properties: createdAt, createdBy, exposureResourceId, exposureResourceTypeId, reportViewId, reportViewName

int32
1 to 1000
Defaults to 100

Number of records returned per page. See Response Pagination

int32
Defaults to 0

Number of the page displaying the returned records, starting at 0

Responses

Response body
array of objects
object
int64

ID of report view.

string

Name of report view.

string

Name of EDM.

string

Date report was created in ISO 8601 format, e.g. 2020-01-01T00:00:00.000Z.

int64

ID of EDM.

int32

ID of analyzed exposure resource.

string

ACCOUNT AGGPORTFOLIO LOCATION POLICY PORTFOLIO STEP_POLICY TREATY UNRECOGNIZED

int32
string

Principal that created the report view.

string

Notes regarding this report.

array of strings
metricTypes

Language
Credentials
URL
Request