WebhookAttemptsFilterInput
Input object

The criteria to filter webhook attempts by.These are WebhookAttempt-specific extensions on top of the standard pagination arguments before, after, first and last.

Fields

NameDescription
afterDateTime 
DateTime
The creation date & time that resulting webhook attempts must succeed.This can be used to initiate the retrieval of paginated results. Subsequent queries should use the opaque cursors returned from WebhookAttemptsConnection.
beforeDateTime 
DateTime
The creation date & time that resulting webhook attempts must precede.This can be used to initiate the retrieval of paginated results. Subsequent queries should use the opaque cursors returned from WebhookAttemptsConnection.
descriptionCodes 
[String!]
The high-level HTTP result of the webhook attempts to retrieve.See the WebhookRequest.descriptionCode documentation for a list of possible description codes.If this is not provided then all attempts will be returned regardless of their result.

Seen in

Parent nameParent typeDescription
EventInterfacewebhookAttempts.filter argument
CandidateApplicationCreatedEventObjectwebhookAttempts.filter argument
CandidateProfilePurchasedEventObjectwebhookAttempts.filter argument
HirerRelationshipChangedEventObjectwebhookAttempts.filter argument
PositionProfileClosedEventObjectwebhookAttempts.filter argument
PositionProfilePostedEventObjectwebhookAttempts.filter argument
PositionProfileUpdatedEventObjectwebhookAttempts.filter argument
webhookAttemptsForEventQueryfilter argument