Gets the list of It Systems that have changed since a given date.
| Method | GET | ||
| Content-Type | application/json | ||
| URL | api/hub/external-integration/it-systems/integration-events | ||
Body | Required JSON Parameters | ||
Name | Value | Description | |
| eventType | Enum | See table in appendix for values | |
| since | Date | Format: yyyy-MM-dd'T'HH:mm:ss, e.g. 2024-01-01T23:30:00 | |
| Page | Integer | Results page you want to retrieve (0...N) | |
| Size | Integer | Number of records per page | |
| Sort | As I desc | Sorting criteria in the format: | |
| Sample Curl Request | curl -X GET --header 'Accept: application/json' --header 'Authorization: Bearer <Auth Token> ' /api/hub/it-systems/integration-events?since=2025-01-01T23%3A30%3A00&e ventType=DATA_TRANSFER_RISK_CHANGED&page=0&size=20' | ||
| Success Response | Code: 200 | ||
| Response Content | { "numberOfElements": 0, | ||
| Error Response | Code: 400 Bad Request Code: 401 Unauthorized Code: 403 Forbidden Code: 404 Not Found | ||