v1

latestOpenAPI 3.1.02026-07-241695611.0 MB
Portfolio Monitoring

Get Portfolio Item Changes

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}/changes

Path parameters

item_idstring uuid required

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

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

The unique identifier of the portfolio item to get changes 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

pathstring required

The path of the change

operation'add' | 'remove' | 'replace' | 'move' | 'copy' | 'test' required

Enumeration of valid JSON Patch operation types.

{"stackTrail":"components:schemas:v1.DiffChangeResponse:properties:old_value","oasType":"schema","type":"unknown","title":"Old Value","description":"The old value of the change"}
{"stackTrail":"components:schemas:v1.DiffChangeResponse:properties:new_value","oasType":"schema","type":"unknown","title":"New Value","description":"The new value of the change"}
changed_atstring date-time required

The date and time the change was made