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

x/jira/src/serviceDesk/parameters/getAllRequestTypes.ts>GetAllRequestTypes

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

Properties

optional
searchQuery: string

String to be used to filter the results.

optional
serviceDeskId: number[]

Filter the request types by service desk Ids provided. Multiple values of the query parameter are supported. For example, serviceDeskId=1&serviceDeskId=2 will return request types only for service desks 1 and 2.

optional
start: number

The starting index of the returned objects. Base index: 0. See the Pagination section for more details.

optional
limit: number

The maximum number of items to return per page. Default: 100. See the Pagination section for more details.

optional
expand: string[]