Search accounts by portfolio

Returns a list of accounts belonging to the specified portfolio.

An account defines a relationship between a cedant and an underwriter. Multiple locations and policies may be assigned to an account. A policy defines the terms of an insurance contract between the cedant and underwriter that covers locations attached to an account.

This operation supports response filtering based on property values. Depending on the property, you may use a combination of comparison operators, list operators, and logical operators. See Response-Filtering.

Path Params
integer
required

ID of exposure (EDM).

integer
required

ID of portfolio.

Query Params
string

Query string to select response data based on property values.

PropertyTypeComparisonList
accountidNumber=, !=, >, <, >=, <=IN, NOT IN
accountNameString=, !=, LIKE, NOT LIKEIN, NOT IN
accountNumberString=, !=, LIKE, NOT LIKEIN, NOT IN
branchNameNumber=, !=, LIKE, NOT LIKEIN, NOT IN
cedantNameString=, !=, LIKE, NOT LIKEIN, NOT IN
ownerNameString=, !=, LIKE, NOT LIKEIN, NOT IN
producerNameString=, !=, LIKE, NOT LIKEIN, NOT IN
underwriterNameString=, !=, LIKE, NOT LIKEIN, NOT IN

Compound query filters can be defined using the AND and OR logical operators. See [Filtering Responses](doc:response-filtering.

string

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

Supported properties: accountId, accountName, accountNumber, branchName, cedantName, ownerName, producerName, underwriterName.

See Response Pagination.

Responses

Language
Credentials
URL
Response
Choose an example:
application/json