WebhookAttemptsFilterInput
WebhookAttempt
-specific extensions on top of the standard pagination arguments before
, after
, first
and last
.Name | Description |
---|---|
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 . |
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 . |
[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. |
Parent name | Parent type | Description |
---|---|---|
Event | Interface | webhookAttempts.filter argument |
CandidateApplicationCreatedEvent | Object | webhookAttempts.filter argument |
CandidateProfilePurchasedEvent | Object | webhookAttempts.filter argument |
HirerRelationshipChangedEvent | Object | webhookAttempts.filter argument |
PositionProfileClosedEvent | Object | webhookAttempts.filter argument |
PositionProfilePostedEvent | Object | webhookAttempts.filter argument |
PositionProfileUpdatedEvent | Object | webhookAttempts.filter argument |
webhookAttemptsForEvent | Query | filter argument |