Endpoint to return a collection of events
for the given company, optionally filtered on the supplied search criteria. Event information will only be returned if the company exists in at least one of your portfolios
.
{- "correlationId": "23921650-c073-11ea-860f-06bc8182190e",
- "totalCount": 1,
- "data": [
- {
- "eventId": 192873729,
- "companyId": "UK00004371",
- "portfolioId": 589960,
- "ruleName": "Credit Limit Change",
- "localEventCode": "CL",
- "globalEventCode": "CL",
- "newValue": 7050000,
- "oldValue": 6100000,
- "eventDate": "2019-03-14T22:21:50",
- "createdDate": "2019-03-14T22:21:50"
}
], - "paging": {
- "size": 10,
- "prev": 0,
- "next": 2,
- "last": 3
}
}