Retrieves the next page of failed events
List of Signals data
Bad Request.
Unauthorized access.
Forbidden.
The specified resource was not found
Internal Server Error.
Service Unavailable.
{- "pageSize": 50,
- "content": [
- {
- "subscriberId": "abc-123-bad-123",
- "triggerId": "abc-123-bad-123",
- "offset": 1234,
- "creationDate": "2023-07-21T17:32:28Z",
- "event": {
- "id": "abc-123-bad-123",
- "identifier": 1,
- "typedIdentifier": 2,
- "fields": [
- {
- "id": "CASE_NUMBER",
- "value": "my_value",
- "type": "STRING",
- "isIdentifier": true
}
]
}
}
]
}