get
https://{host}/platform/riskdata/v1/exposures//accounts
Returns a list of accounts.
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 the value of a subset of properties. Depending on the property, you may use a combination of comparison operators, list operators, and logical operators.
| Property | Data Type | Comparison | List | Logical |
|---|---|---|---|---|
accountid | Number | =, !=, >, <, >=, <= | IN, NOT IN | AND, OR |
accountName | String | =, !=, LIKE, NOT LIKE | IN, NOT IN | AND, OR |
accountNumber | String | =, !=, LIKE, NOT LIKE | IN, NOT IN | AND, OR |
branchName | String | =, !=, LIKE, NOT LIKE | IN, NOT IN | AND, OR |
cedantName | String | =, !=, LIKE, NOT LIKE | IN, NOT IN | AND, OR |
locationsCount | Number | =,!=, >, <, >=, <= | IN, NOT IN | AND, OR |
ownerName | String | =, !=, LIKE, NOT LIKE | IN, NOT IN | |
policyExpirationDateTo | YYYY-MM-DD | =, !=, >, <, >=, <= | AND, OR | |
producerName | String | =, !=, LIKE, NOT LIKE | IN, NOT IN | AND, OR |
reportsCount | Number | =, !=, >, <, >=, <= | IN, NOT IN | AND, OR |
resultsCount | Number | =, !=, >, <, >=, <= | IN, NOT IN | AND, OR |
stampDate | YYYY-MM-DD | =, !=, >, <, >=, <= | IN, NOT IN | AND, OR |
underwriterName | String | =, !=, LIKE, NOT LIKE | IN, NOT IN | AND, OR |
userId1 | String | =, !=, LIKE, NOT LIKE | IN, NOT IN | AND, OR |
userId2 | String | =, !=, LIKE, NOT LIKE | IN, NOT IN | AND, OR |
userId3 | String | =, !=, LIKE, NOT LIKE | IN, NOT IN | AND, OR |
userId4 | String | =, !=, LIKE, NOT LIKE | IN, NOT IN | AND, OR |
userText1 | String | =, !=, LIKE, NOT LIKE | IN, NOT IN | AND, OR |
userText2 | String | =, !=, LIKE, NOT LIKE | IN, NOT IN | AND, OR |
To learn more, see Response Filtering.
