v1

latestOpenAPI 3.1.02026-07-241695611.0 MB
Portfolio Monitoring

Get Portfolio Item Notifications

Retrieves all changes for a portfolio item across all snapshots.

Returns a list of DiffChange objects representing all changes between consecutive snapshots for the portfolio item.

get/portfolio/items/{item_id}/notifications

Path parameters

item_idstring uuid required

The unique identifier of the portfolio item to get notifications for.

Example:412a49b5-7466-426b-bf1e-081b00b54576

The unique identifier of the portfolio item to get notifications for.

Query parameters

limitinteger

Maximum number of records to return in a single page. Must be between 1 and 1000.

Maximum number of records to return in a single page. Must be between 1 and 1000.

offsetinteger nullable

Number of records to skip from the beginning. Use 0 for the first page. Cannot be used with cursor.

Number of records to skip from the beginning. Use 0 for the first page. Cannot be used with cursor.

cursorstring nullable

Opaque pagination cursor token that identifies the position in the result set. Use the cursor from the previous response to get the next page. Cannot be used with offset.

Opaque pagination cursor token that identifies the position in the result set. Use the cursor from the previous response to get the next page. Cannot be used with offset.

Response

Response

notifiable_attribute'registration_health' | 'new_registrations' | 'addresses' | 'officers' | 'alternative_names' | 'kyb_score' | 'risk_score' | 'identity_network' | 'pep' | 'ofac' | 'liens' | 'litigations' | 'bankruptcies' | 'website_analysis' required