Search underwriters

Returns list of underwriters.

An underwriter is risk-holding party that transfers risk to a cedant in exchange for some premium.

This operation supports response filtering based the value of a subset of properties. Depending on the property, you may use a combination of comparison operators, list operators, and logical operators. To learn more, see Response Filtering.

Path Params
int64
required
≥ 1

ID of EDM.

Query Params
string

Query string to select response data based on property values.

PropertyTypeComparisonListLogical
underwriterIdNumber=, !=, <=, >=, >, <IN, NOT IN`
underwriterNameString=, !=, LIKE, NOT LIKEIN, NOT IN`

Both properties support creating compound queries using the AND and OR logical operators. See Filtering Responses.

string

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

Supported properties: underwriterId, underwriterName. See Response Pagination.

int32

Number of records returned per page. See Response Pagination

int32

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

Responses

Response body
array of objects
object
int32

ID of underwriter.

string
required
length between 0 and 30

Name of underwriter.

string

Language
Credentials
URL
Request