Pular para o conteúdo principal

WebHookEvent

Dados dos envios por WebHook

type WebHookEvent {
clone: WebHookEvent!
id: Int!
refId: UUID!
type: OriginType!
objectId: String!
webHookId: Int!
webHook: WebHook!
correlationId: String
executionDate: DateTime!
url: String!
headers: String!
body: String!
success: Boolean!
responseStatusCode: Int!
responseStatusMessage: String
responseHeaders: String!
responseBody: String
responseTime: Long!
retryCount: Int!
manuallyTriggered: Boolean!
}

Fields

WebHookEvent.clone ● WebHookEvent! non-null object

WebHookEvent.id ● Int! non-null scalar

Id do objeto da Requisição

WebHookEvent.refId ● UUID! non-null scalar

Id da Referência

WebHookEvent.type ● OriginType! non-null enum

Tipo de Evento

WebHookEvent.objectId ● String! non-null scalar

Id do Objeto

WebHookEvent.webHookId ● Int! non-null scalar

Id do WebHook

WebHookEvent.webHook ● WebHook! non-null object

WebHook

WebHookEvent.correlationId ● String scalar

Id de correlação

WebHookEvent.executionDate ● DateTime! non-null scalar

Data de execução

WebHookEvent.url ● String! non-null scalar

Endpoint executado

WebHookEvent.headers ● String! non-null scalar

Cabeçalhos da requisição

WebHookEvent.body ● String! non-null scalar

Corpo da requisição

WebHookEvent.success ● Boolean! non-null scalar

Indicador de sucesso da execução do endpoint

WebHookEvent.responseStatusCode ● Int! non-null scalar

Código retornado pelo endpoint

WebHookEvent.responseStatusMessage ● String scalar

Mensagem do código retornado pelo endpoint

WebHookEvent.responseHeaders ● String! non-null scalar

Cabeçalhos da resposta

WebHookEvent.responseBody ● String scalar

Corpo da resposta

WebHookEvent.responseTime ● Long! non-null scalar

Tempo de resposta

WebHookEvent.retryCount ● Int! non-null scalar

Número da tentativa de integração

WebHookEvent.manuallyTriggered ● Boolean! non-null scalar

Indica se foi acionamento manual

Returned By

webHookEvent query

Member Of

WebHook object ● WebHookEvent object ● WebHookEventsCollectionSegment object