Changelogs v2
Get a log of entities changes for the specified timeframe, ordered chronologically. Option is to get by specified item type and id.
Unique item identification number in UUID format, for which changelogs are added
optional filtering by changelog item type
Maximum number of items to return
20String value used for pagination
order direction
ASCPossible values: The left boundary of [startDateTime - endDateTime] changelog entries date-time range
2019-04-12T23:20:50.52ZThe right boundary of [startDateTime - endDateTime] changelog entries date-time range
2019-05-12T23:20:50.52ZOK
Bad Request
GET /entities-changelog?limit=20 HTTP/1.1
Host: tvda-api.platform-test.tradevest.ai
Accept: */*
{
"data": [
{
"itemType": "NATURAL_PERSON",
"entryId": "123e4567-e89b-12d3-a456-426614174000",
"itemId": "123e4567-e89b-12d3-a456-426614174000",
"createdOn": "2025-10-30T21:37:25.496Z",
"changes": [
{
"type": "REPLACE",
"path": "/legalEntity/contact/email",
"oldValue": "[email protected]",
"value": "[email protected]"
}
],
"source": "PARTNER_SYSTEM"
}
],
"pagination": {
"cursor": "text",
"limit": 1
}
}Get a log of roles changes for the specified timeframe, ordered chronologically. Option is to get by specified item type and id.
Unique item identification number in UUID format, for which changelogs are added
optional filtering by changelog item type
Maximum number of items to return
20String value used for pagination
order direction
ASCPossible values: The left boundary of [startDateTime - endDateTime] changelog entries date-time range
2019-04-12T23:20:50.52ZThe right boundary of [startDateTime - endDateTime] changelog entries date-time range
2019-05-12T23:20:50.52ZOK
Bad Request
GET /roles-changelog?limit=20 HTTP/1.1
Host: tvda-api.platform-test.tradevest.ai
Accept: */*
{
"data": [
{
"itemType": "CUSTOMER",
"entryId": "123e4567-e89b-12d3-a456-426614174000",
"itemId": "123e4567-e89b-12d3-a456-426614174000",
"createdOn": "2025-10-30T21:37:25.496Z",
"changes": [
{
"type": "REPLACE",
"path": "/legalEntity/contact/email",
"oldValue": "[email protected]",
"value": "[email protected]"
}
],
"source": "PARTNER_SYSTEM"
}
],
"pagination": {
"cursor": "text",
"limit": 1
}
}Get a log of digital assets changes for the specified timeframe, ordered chronologically. Option is to get by specified item type and id.
Unique item identification number in UUID format, for which changelogs are added
optional filtering by changelog item type
Maximum number of items to return
20String value used for pagination
order direction
ASCPossible values: The left boundary of [startDateTime - endDateTime] changelog entries date-time range
2019-04-12T23:20:50.52ZThe right boundary of [startDateTime - endDateTime] changelog entries date-time range
2019-05-12T23:20:50.52ZOK
Bad Request
GET /digital-changelog?limit=20 HTTP/1.1
Host: tvda-api.platform-test.tradevest.ai
Accept: */*
{
"data": [
{
"itemType": "ORDER",
"entryId": "123e4567-e89b-12d3-a456-426614174000",
"itemId": "123e4567-e89b-12d3-a456-426614174000",
"createdOn": "2025-10-30T21:37:25.496Z",
"changes": [
{
"type": "REPLACE",
"path": "/legalEntity/contact/email",
"oldValue": "[email protected]",
"value": "[email protected]"
}
],
"source": "PARTNER_SYSTEM"
}
],
"pagination": {
"cursor": "text",
"limit": 1
}
}Get a log of products changes for the specified timeframe, ordered chronologically. Option is to get by specified item type and id.
Unique item identification number in UUID format, for which changelogs are added
optional filtering by changelog item type
Maximum number of items to return
20String value used for pagination
order direction
ASCPossible values: The left boundary of [startDateTime - endDateTime] changelog entries date-time range
2019-04-12T23:20:50.52ZThe right boundary of [startDateTime - endDateTime] changelog entries date-time range
2019-05-12T23:20:50.52ZOK
Bad Request
GET /products-changelog?limit=20 HTTP/1.1
Host: tvda-api.platform-test.tradevest.ai
Accept: */*
{
"data": [
{
"itemType": "CUSTOMER_PRODUCT",
"entryId": "123e4567-e89b-12d3-a456-426614174000",
"itemId": "123e4567-e89b-12d3-a456-426614174000",
"createdOn": "2025-10-30T21:37:25.496Z",
"changes": [
{
"type": "REPLACE",
"path": "/legalEntity/contact/email",
"oldValue": "[email protected]",
"value": "[email protected]"
}
],
"source": "PARTNER_SYSTEM"
}
],
"pagination": {
"cursor": "text",
"limit": 1
}
}Get a log of documents changes for the specified timeframe, ordered chronologically. Option is to get by specified item type and id.
Unique item identification number in UUID format, for which changelogs are added
optional filtering by changelog item type
Maximum number of items to return
20String value used for pagination
order direction
ASCPossible values: The left boundary of [startDateTime - endDateTime] changelog entries date-time range
2019-04-12T23:20:50.52ZThe right boundary of [startDateTime - endDateTime] changelog entries date-time range
2019-05-12T23:20:50.52ZOK
Bad Request
GET /documents-changelog?limit=20 HTTP/1.1
Host: tvda-api.platform-test.tradevest.ai
Accept: */*
{
"data": [
{
"itemType": "CUSTOMER_DOCUMENT",
"entryId": "123e4567-e89b-12d3-a456-426614174000",
"itemId": "123e4567-e89b-12d3-a456-426614174000",
"createdOn": "2025-10-30T21:37:25.496Z",
"changes": [
{
"type": "REPLACE",
"path": "/legalEntity/contact/email",
"oldValue": "[email protected]",
"value": "[email protected]"
}
],
"source": "PARTNER_SYSTEM"
}
],
"pagination": {
"cursor": "text",
"limit": 1
}
}Get a log of traditional assets changes for the specified timeframe, ordered chronologically. Option is to get by specified item type and id.
Unique item identification number in UUID format, for which changelogs are added
optional filtering by changelog item type
Maximum number of items to return
20String value used for pagination
order direction
ASCPossible values: The left boundary of [startDateTime - endDateTime] changelog entries date-time range
2019-04-12T23:20:50.52ZThe right boundary of [startDateTime - endDateTime] changelog entries date-time range
2019-05-12T23:20:50.52ZOK
Bad Request
GET /traditional-changelog?limit=20 HTTP/1.1
Host: tvda-api.platform-test.tradevest.ai
Accept: */*
{
"data": [
{
"itemType": "ORDER",
"entryId": "123e4567-e89b-12d3-a456-426614174000",
"itemId": "123e4567-e89b-12d3-a456-426614174000",
"createdOn": "2025-10-30T21:37:25.496Z",
"changes": [
{
"type": "REPLACE",
"path": "/legalEntity/contact/email",
"oldValue": "[email protected]",
"value": "[email protected]"
}
],
"source": "PARTNER_SYSTEM"
}
],
"pagination": {
"cursor": "text",
"limit": 1
}
}Last updated

