iList data
Use this topic to find definitions for objects and fields used in the Grid API v2 /iList endpoints.
This topic contains definitions for objects and fields used in the Grid API v2 /iList endpoints.
IlistEntryRequest
A request object used to retrieve iList entry details in bulk.
Field | Name | Type | Description |
|---|---|---|---|
| Entry system IDs | Array | Collection of iList entry system IDs to retrieve. Each ID represents an iList entry. |
ResponseListIlistEntry
A standard response wrapper that returns multiple iList entries for iList search endpoints. Combines the requested iList entry data with response‑level status information.
Field | Name | Type | Description |
|---|---|---|---|
| iList entries | Array | A collection of iList entries that match the submitted search criteria. Contains |
| Response status | Object | Metadata about the response. Contains |
ResponseIlistEntry
A standard response wrapper that returns a single iList entry for iList lookup endpoints. Combines the requested iList entry data with response‑level status information.
Field | Name | Type | Description |
|---|---|---|---|
| iList entry | Object | The iList entry for a specified iList entry ID. Contains |
| Response status | Object | Metadata about the response. Contains |
IlistEntry
A single iList entry record with identifying, descriptive, and contextual information about the associated entity.
Field | Name | Type | Description |
|---|---|---|---|
| Entry system ID | String | A system‑generated identifier for an iList entry. |
| List tracking ID | String | A tracking identifier associated with an iList entry. |
| List type | String | Indicates the category of an iList entry. |
| Name | String | The primary name of an entry on an iList. |
| Birth date | Array | One or more birth dates associated with an iList entry. Format: |
| Status | String | Indicates whether the iList entry is active or otherwise flagged for screening purposes. |
| List entry metadata | Object | iList entry metadata. Contains |
| Event | Array | Grid risk events related to an iList entry. Contains |
| Aliases | Array | Alternate names for an iList entry. Contains |
| Postal address | Array | Address details associated with an iList entry. Contains |
| Grid identifier | Array | Identifier assigned by the Grid system. Contains |
| Additional information | Array | Supplemental information for an iList entry. Contains |
| Entry rule | Array | Rules or criteria applied to an iList entry. Contains |
ListEntry
Metadata about the list, for example, a sanctions or watchlist, to which an iList entry belongs.
Field | Name | Type | Description |
|---|---|---|---|
| List name | String | The name of the list on which an iList entry appears. |
| Description | String | A human-readable description of an iList. |
| Source | Array | Contains originating source information for an iList. Contains |
Source
Reference details that describe the origination of iList data for entries, lists, or related events.
Event
An iList entry risk event, with details about activities, designations, or occurrences.
Category
A classification code used to categorize iList‑related risk events.
Alias
Additional names under which an iList entry entity may be known,
PostAddr
A postal address associated with an iList entry.
RdcId
A Grid-assigned identifier, used to associate an iList entry with other internal Grid identifiers.
Field | Name | Type | Description |
|---|---|---|---|
| Grid ID type | String | The type of identifier used to reference an iList entry within Grid systems. |
| Grid ID value | String | The value of the identifier used to reference an iList entry within Grid systems. |
AdditionalInfo
Supplementary descriptive information for an entry that does not fit into standard iList fields.
Field | Name | Type | Description |
|---|---|---|---|
| Additional information | String | Free‑form descriptive details for an iList entry. |
EntryRule
A rule, criterion, or condition that explains why an entity appears on an iList.
Field | Name | Type | Description |
|---|---|---|---|
| Entry rule description | String | A text description of the rule associated with an iList entry. |
ResponseStatus
The primary response status, indicating success, failure, or completion with warnings.
AdditionalResponseStatus
Supplementary status information associated with an API response. This object provides additional messages beyond the primary response status.