Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/jira/src/version3/parameters/getFailedWebhooks.ts>GetFailedWebhooks

A JavaScript/TypeScript wrapper for the JIRA Cloud, Service Desk and Agile REST API
Latest
interface GetFailedWebhooks
import { type GetFailedWebhooks } from "https://deno.land/x/jira@v3.0.2/src/version3/parameters/getFailedWebhooks.ts";

Properties

optional
maxResults: number

The maximum number of webhooks to return per page. If obeying the maxResults directive would result in records with the same failure time being split across pages, the directive is ignored and all records with the same failure time included on the page.

optional
after: number

The time after which any webhook failure must have occurred for the record to be returned, expressed as milliseconds since the UNIX epoch.