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