WebhooksLogsWhereColumns
The valid fields by which webhooks' log entry can be queried.
enum WebhooksLogsWhereColumns {
EVENT_ID
TYPE
ATTEMPT
URL
STATUS_CODE
MESSAGE
PAYLOAD
CREATED_AT
}
Values
WebhooksLogsWhereColumns.EVENT_ID
The webhooks' log unique identifier.
WebhooksLogsWhereColumns.TYPE
The webhooks' log entry type.
WebhooksLogsWhereColumns.ATTEMPT
The webhooks' log entry attempt number.
WebhooksLogsWhereColumns.URL
The webhooks' log entry url.
WebhooksLogsWhereColumns.STATUS_CODE
The webhooks' log entry status code.
WebhooksLogsWhereColumns.MESSAGE
The webhooks' log entry message.
WebhooksLogsWhereColumns.PAYLOAD
The webhooks' log entry payload.
WebhooksLogsWhereColumns.CREATED_AT
The date and time when the webhooks' log entry was created.