v1

latestOpenAPI 3.1.02026-07-241695611.0 MB
Portfolio Monitoring

Get Portfolio Item Snapshot Diff

Retrieves a diff between two snapshots of a portfolio item.

The diff shows the changes between the from_snapshot and to_snapshot, including business information, liens, dockets, and website analysis changes.

Args: format: The response format. Options: - json (default): Returns the full diff response with snapshots and changes - notifications: Returns notifications generated from the diff changes - json_patch: Returns only the JSON patch operations array

get/portfolio/items/{item_id}/diff

Path parameters

item_idstring uuid required

The unique identifier of the portfolio item to get snapshot diff for.

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

The unique identifier of the portfolio item to get snapshot diff for.

Query parameters

from_snapshot_idstring uuid required

The unique identifier of the source snapshot for the diff.

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

The unique identifier of the source snapshot for the diff.

to_snapshot_idstring uuid required

The unique identifier of the target snapshot for the diff.

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

The unique identifier of the target snapshot for the diff.

format'json' | 'notifications' | 'json_patch'

Format options for portfolio item snapshot diff responses.

The format of the response data.

Response

Successful Response

OR
OR